REST API Reference
Last updated
As our API continues to evolve it will be versioned to ensure backward compatibility for our users. Breaking changes will come under new major versions, while non-breaking changes may be added to existing versions and change more frequently.
Breaking changes:
Removal of endpoints
Removing response data
Changes in request / response format
Changes to authentication mechanism
Non-breaking changes:
Adding new endpoints
Adding to response data
New parameters
To retrieve your access token, follow these steps:
Click on the dropdown avatar in the top-right corner.
Select "Settings."
Copy your API token from the settings page.
It is your responsibility to keep it secret. Every API call requires this token for authentication and authorization.
Last updated