Authentication
Authenticate api key
Authenticate API keys using account_id, key, and secret.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Response
200
application/json
JWT token
The response is of type string
.
Was this page helpful?