Skip to main content
POST
Exchange an authorization code or rotate a refresh token

Body

application/x-www-form-urlencoded
client_id
string
required
grant_type
enum<string>
required
Available options:
authorization_code,
refresh_token
resource
any
required
code
string
redirect_uri
string
code_verifier
string
refresh_token
string

Response

OAuth token response, never an API key.

The response is of type object.