Skip to content

Files

Latest commit

 

History

History
33 lines (27 loc) · 1.31 KB

data-api-access.md

File metadata and controls

33 lines (27 loc) · 1.31 KB
layout title nav_order parent
data-layout
Data API access
1
Data

Data API access

Anyone is welcome to use the data API. To sign up and receive API credentials, please fill out this form. We expect you to store these credentials in a secure location appropriate for storing secrets such as a password manager. The credentials are a client ID and client secret.

Request an access token

Using your access credentials, you can request an access token.

Below are examples of how to call the authorization API to obtain access tokens. The access token will expire in 24 hours. The response is a JWT token of type Bearer.

cURL
JS
Python