API reference
An overview of all the routes available in our API
The following headers can be sent with requests to the API to tailor it to your needs:
Content-Type
No
The format the client requests the data in. Only supported value is application/json
.
Authorization
Yes
The Bearer token used to authenticate requests.
Accept
No
This header can be used to requests a different version from the API. This allows clients to switch to new breaking versions on their own time. The default is version=1
Last updated