Skip to content

Oauth Token

POST
/api/oauth/token

OAuth2 Token endpoint.

Exchanges authorization code for access token.

Request Body required

object
client_id
required
string
client_secret
required
string
code
Any of:
string
grant_type
required
string
redirect_uri
Any of:
string

Responses

200

Successful Response

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string