v1

latestOpenAPI 3.0.02026-07-242444105.9 KB
Authentication

Get Token

The api uses Bearer Tokens to authenticate requests

post/v1/auth/oauth/token

Request body

client_idstring required

YOUR_CLIENT_ID

client_secretstring required

YOUR_CLIENT_SECRET

Response

Success

access_tokenstring required

Bearer token required for authenticated requests

expires_innumber required

unix timestamp of token expiry date

scopestring required

Please note this is deprecated.

token_typestring required

Please note this is deprecated.

All 24 operations