Name | Type | Description | Notes |
---|---|---|---|
code | str | The authorization code received via /oauth/authorize | |
grant_type | str | Must be set to the string `authorization_code` | |
client_id | str | Your integration’s unique identifier | |
client_secret | str | Your integration’s secret |