API reference
An overview of all the routes available in our API
Last updated
An overview of all the routes available in our API
Last updated
The following headers can be sent with requests to the API to tailor it to your needs:
Name | Required | Description |
---|---|---|
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