v1
latestOpenAPI 3.0.0MIT2026-07-22275773.2 KBAuth
Get Token
post/oauth/token
Request body
Response
Access token
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb2hhciI6ImhlYWx0aCJ9.0sXbystKB9fXid-8ESps2JnaFRFPmLFOc8n6jnCDih4",
"token_type": "Bearer",
"expires_in": 3600
}