v1
latestOpenAPI 3.1.02026-07-24680631.6 KBGenerate Prices Access Token
Generate access token for use price APIs
post/oauth/token
Request body
Response
200
Example response
{
"access_token": "<jwt_token>",
"token_type": "bearer",
"token_use": "access",
"expires_in": 1000,
"scope": "scope1 scope2 ..."
}