Oauth Access

GET {{baseUrl}}/oauth.access?client_secret=<>&code=<>&client_id=<>&redirect_uri=<>

Exchanges a temporary OAuth code for an API token.

Request Params

KeyDatatypeRequiredDescription
client_secretstringIssued when you created your application.
codestringThe code param returned via the OAuth callback.
client_idstringIssued when you created your application.
redirect_uristringThis must match the originally submitted URI (if one was sent).