Oauth Token

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

Exchanges a temporary OAuth verifier code for a workspace token.

Request Params

KeyDatatypeRequiredDescription
client_secretstringIssued when you created your application.
codestringThe code param returned via the OAuth callback.
single_channelstringRequest the user to add your app only to a single channel.
client_idstringIssued when you created your application.
redirect_uristringThis must match the originally submitted URI (if one was sent).