Authorize

Retrieve Bearer token to use

Create a token

post

Create a token with a client_id and client_secret created under Settings - API

Responses
200Success
application/json
post
v1/auth/token/
{
  "client_id": "8s236ed55a5233443783ff7ffb0d91",
  "client_secret": "167632e1931219af444cab35d11858ac18ad9f70",
  "token_type:": "Bearer"
}  

Last updated