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
Key | Datatype | Required | Description |
---|---|---|---|
client_secret | string | Issued when you created your application. | |
code | string | The code param returned via the OAuth callback. | |
single_channel | string | Request the user to add your app only to a single channel. | |
client_id | string | Issued when you created your application. | |
redirect_uri | string | This must match the originally submitted URI (if one was sent). |