GET oauth.access
Summary: —
Operation ID: oauth_access
Auth: unknown
Operation ID: oauth_access
Auth: unknown
Description
Exchanges a temporary OAuth verifier code for an access 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. Only valid with a [legacy workspace app](https://api.slack.com/legacy-workspace-apps).
No probe data for this endpoint yet.