~/accounts/ access tokens
There are 3 ways of authenticating with the API: in the Authorization
header, the X-API-KEY
header, or the api_key
query parameter.
The Authorization
header method expects the header format Authorization: Bearer your-access-token
.
The X-API-KEY
header method expects the header format X-API-KEY: your-access-token
.
The api_key
query parameter method expects the search format ?api_key=your-access-token
.