Last updated 1 year ago
To gain access to our API, you need an Authorization header with a valid Bearer token. The token is your API key.
Replace <token> with your API key in the following header:
<token>
{ 'Authorization': 'Bearer <token>' }
Include this header in every call to our API, and keep it secure. It is your access key.