Microreact
Search…
Microreact
Introduction
About Microreact
Introductory Videos
Instructions
New Microreact Release 27th October 2021
Creating a New Project
Interacting with Microreact Projects
Managing Projects
Tutorials
How to Save and Share a Project View
How to Link Microreact projects to Google Sheets
API
Migrating to the new API
API Access Tokens
Creating Projects via API
Updating Projects via API
Deleting Projects via API
Powered By
GitBook
API Access Tokens
To access the API, you need to include the API access token associated with your Microreact account as a request header.
Obtain API Access Tokens
Go to https://microreact.org/my-account
Choose Account Settings from the navigation menu
Copy your Access Token displayed under API Access section
Using Access Tokens
The Access Token should be sent as a request header named Access-Token, for example:
cURL + Bash
1
curl
\
2
--header
"Access-Token: eyJhbGciOiJIUzUxMiJ9..."
\
3
https://microreact.org/api/projects/create
Copied!
​
API - Previous
Migrating to the new API
Next - API
Creating Projects via API
Last modified
1yr ago
Copy link
Contents
Obtain API Access Tokens
Using Access Tokens