GET oauth.token
Summary: —
Operation ID: oauth_token
Auth: unknown
Operation ID: oauth_token
Auth: unknown
Description
Exchanges a temporary OAuth verifier code for a workspace token.
Parameters (5)
client_id
(string, query, optional)
Issued when you created your application.
client_secret
(string, query, optional)
Issued when you created your application.
code
(string, query, optional)
The `code` param returned via the OAuth callback.
redirect_uri
(string, query, optional)
This must match the originally submitted URI (if one was sent).
single_channel
(boolean, query, optional)
Request the user to add your app only to a single channel.
No probe data for this endpoint yet.