Token Exchange
POST
/oauth/token
Authentication
WARNING
Request
Body Params application/x-www-form-urlencoded
client_id
string
required
client_secret
string
required
redirect_uri
string <uri>
required
grant_type
enum<string>
required
Allowed values:
authorization_coderefresh_token
code
string
optional
refresh_token
string
optional
state
string
optional
Request samples
Responses
Modified at 2024-10-04 09:04:55