v1

latestOpenAPI 3.0.0MIT2026-07-22275773.2 KB
Auth

Get Token

post/oauth/token

Request body

client_idstring required

Your application's Client ID

client_secretstring required

Your application's Client Secret

Response

Access token

access_tokenstring
token_type'Bearer'
expires_innumber

Time in seconds

Example response

{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb2hhciI6ImhlYWx0aCJ9.0sXbystKB9fXid-8ESps2JnaFRFPmLFOc8n6jnCDih4",
  "token_type": "Bearer",
  "expires_in": 3600
}
All 27 operations