cURL
API Reference
Post oauthtoken
POST
cURL
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Body
application/json
Response
OK
OAuth token response (RFC 6749 §5.1)
oat_* access token; bearer in Authorization header
Seconds until access token expires
Space-delimited granted scope list
Rotating refresh token. Each /token call issues a new RT; the old one is consumed and any further use of it triggers chain revocation.
Seconds until the refresh token expires (~30 days)
