For the complete documentation index, see llms.txt. This page is also available as Markdown.

Exchange an authorization code or a refresh token for tokens

Accepts application/x-www-form-urlencoded and supports the authorization_code and refresh_token grants. The client authenticates with HTTP Basic auth or with client_id/client_secret in the form body. Implements the OpenID Connect token endpoint.

post
Body
objectOptional
Responses
200

Access token, and an ID token when the openid scope was requested.

application/json
objectOptional
post/api/v1/oauth/token

Last updated

Was this helpful?