Skip to content

oauth.v2.access

Exchanges a temporary OAuth verifier code for an access token.

Surfaceoauth
Rate limit600/min (special)
ArgumentRequiredType
client_idnostringIssued when you created your application.
client_secretnostringIssued when you created your application.
codeyesstringThe code param returned via the OAuth callback.
redirect_urinostringThis must match the originally submitted URI (if one was sent).

Works with every official Slack SDK — call it exactly as you would against Slack.

Source specSlack Web API OpenAPI v1.7.0 (apis.guru OAS3 conversion of slackapi/slack-api-specs, upstream archived 2024-03)
Retrieved / verified2026-06-04 · patches applied: 0
In frozen specyes — fields below are copied from the published spec
Conformanceexercised by unmodified official SDKs on every release
See alsoSlack’s oauth.v2.access reference