/oauth/token
POST {{url}}/oauth/token?client_id={{client_id}}&client_secret={{client_secret}}&grant_type=authorization_code&code={{code}}
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
client_id | string | ||
client_secret | string | ||
grant_type | string | ||
code | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |