v1
latestOpenAPI 3.0.32026-08-06111223.1 KBAuthentication
Token Exchange
Exchange an authorization code for an access token, or refresh an existing token.
post/api/oauth/token
Response
Token response
Example response
{
"expires_in": 31536000
}Exchange an authorization code for an access token, or refresh an existing token.
Token response
{
"expires_in": 31536000
}