oauth v2 access

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

Exchanges a temporary OAuth verifier code for an access token.

Request Params

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

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}