oauth_v2_access
Exchange a temporary OAuth verifier code for a Slack access token. Provide client ID, client secret, and authorization code to complete the OAuth flow.
Instructions
Exchange a temporary OAuth verifier code for an access token (V2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| client_secret | Yes | ||
| code | Yes | ||
| grant_type | No | ||
| redirect_uri | No | ||
| refresh_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||