v1

latestOpenAPI 3.1.02026-07-13251319.3 KB
authentication

Get Token

Get a new access token and refresh token

After calling this route once, it's preferable to call /auth/refresh_token instead of sending the client id and secret every time

post/auth/token

Request body

client_idstring required
secretstring nullable
client_secretstring nullable

Response

Successful Response

access_tokenstring required
expires_instring date-time required
refresh_tokenstring required
refresh_token_expires_instring date-time required
token_typestring