{ "api_token": "<string>", "token_type": "bearer", "expires_in": 3600 }
create api_token based on client_id and secret_key from credentials.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response of Api Token