Microreact
  • Introduction
  • Introductory Videos
  • About Microreact
    • Privacy and Terms Of Service
    • Open source software used by Microreact
    • Change Log
  • Instructions
    • Navigating the site
      • Managing Projects
    • Navigating within a project
      • History sidebar
      • Selection sidebar
      • Views Sidebar
    • Creating a Project
      • Supported File Formats
      • Metadata Data
      • Tree Data
      • Map Data
      • Timeline Data
      • Network Data
      • Matrix Data
    • Adding and Editing Panels
      • Data Table
      • Map
      • Timeline
      • Tree
      • Network
      • Data-slicer
      • Chart overview
        • Area Chart
        • Line Chart
        • Bar Chart
        • Circle, Tick, Point Charts
        • Custom charts
        • Pie Chart
        • Multi-variable Chart
        • Heatmap
      • Note Panel
      • Matrix
    • Selecting and Filtering Data
    • Labels, Colours, and Shapes
    • Saving and version control
    • Access Control and Project Sharing
      • Download Project Files
      • URL control options
    • Tips & FAQ
      • How to Link Microreact projects to Google Sheets
  • API
    • API Access Tokens
    • Creating Projects via API
    • Updating Projects via API
    • Deleting Projects via API
    • Sharing Projects via API
    • Migrating to the new API
  • Feedback
    • Contact the Microreact team
Powered by GitBook
On this page
  • When you need an Access Token
  • Obtain your API Access Token
  • Using Access Tokens

Was this helpful?

  1. API

API Access Tokens

PreviousHow to Link Microreact projects to Google SheetsNextCreating Projects via API

Last updated 2 years ago

Was this helpful?

When you need an Access Token

  • When you are the owner of a Microreact project, your API Access Token is needed for interaction with your project via API.

  • An access token is required for . The user whose API Access Token is used will be the owner of the new Microreact project.

  • software connects to Microreact projects via API access, and requires the API Access Token of the project's owner.

  • To access the API directly, you need to include the API access token associated with the Microreact account of the owner of the Microreact project as a request header.

Obtain your API Access Token

  • Go to https://microreact.org/my-account

  • Choose 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 \
  --header "Access-Token: eyJhbGciOiJIUzUxMiJ9..." \
  https://microreact.org/api/projects/create
creating projects via the API
Data-flo
Account Settings