Oauth Access
GET {{baseUrl}}/oauth.access?client_secret=<>&code=<>&client_id=<>&redirect_uri=<>
Exchanges a temporary OAuth code for an API token.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| client_secret | string | Issued when you created your application. | |
| code | string | The codeparam returned via the OAuth callback. | |
| client_id | string | Issued when you created your application. | |
| redirect_uri | string | This must match the originally submitted URI (if one was sent). |