Auth
Authenticate
Exchange your API key and secret for a bearer token. Tokens expire after 2 hours — cache them and refresh proactively (or on 401).
post/authenticate
Response
Success
Example response
{
"status": "success"
}Exchange your API key and secret for a bearer token. Tokens expire after 2 hours — cache them and refresh proactively (or on 401).
Success
{
"status": "success"
}