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