v1

latestOpenAPI 3.0.32026-08-06111223.1 KB
Authentication

Token Exchange

Exchange an authorization code for an access token, or refresh an existing token.

post/api/oauth/token

Response

Token response

access_tokenstring

Bearer token to use for API requests

token_type'Bearer'
expires_ininteger

Token lifetime in seconds

refresh_tokenstring

Token to use for refreshing the access token

Example response

{
  "expires_in": 31536000
}