oauth_access
Exchange a temporary OAuth verifier code for an access token to authenticate Slack app installations.
Instructions
Exchange a temporary OAuth verifier code for an access token (V1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The OAuth verifier code received via the OAuth callback. | |
| client_id | Yes | Your app's client ID. | |
| redirect_uri | No | Must match the value used to request the code. | |
| client_secret | Yes | Your app's client secret. | |
| single_channel | No | Request a single-channel installation token. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||