v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Authentication

Access Token Request

Request to obtain the access token in the OAuth authorization process. See https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3 for details.

post/oauth/token

Query parameters

grant_typestring required

Value MUST be set to "authorization_code".

codestring required

The authorization code received from the authorization server.

redirect_uristring

Required if the "redirect_uri" parameter was included in the authorization request and their values MUST be identical.

client_idstring

Required if the client is not authenticating with the authorization server.

Response

OK

access_tokenstring
token_typestring
expires_ininteger
refresh_tokenstring
example_parameterstring