Authorize
Retrieve Bearer token to use
Create a token with a client_id and client_secret created under Settings - API
Responses
200Success
application/json
expires_inintegerOptionalDefault:
35999access_tokenstringOptionalDefault:
b8a281906f575c63c79a1d25b72b54ef3a2ecfa0token_typestringOptionalDefault:
Bearer400
Invalid credentials
401
Unauthorized
post
v1/auth/token/{
"client_id": "8s236ed55a5233443783ff7ffb0d91",
"client_secret": "167632e1931219af444cab35d11858ac18ad9f70",
"token_type:": "Bearer"
} Last updated