Slack · OAuth Scopes

Slack OAuth Scopes

OAuth 2.0 derived

Slack publishes 13 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Slack API on a user’s behalf.

Tokens are issued from https://slack.com/api/oauth.v2.access.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

BotsChatCollaborationMessagingProductivityT1Team Communication
Scopes: 13 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://slack.com/oauth/v2/authorize https://slack.com/openid/connect/authorize
Token URL
https://slack.com/api/oauth.v2.access https://slack.com/api/openid.connect.token
Flows
authorizationCode

Scopes (13)

ScopeDescriptionFlows
assistant:write Write access to assistant threads authorizationCode
bookmarks:read Read bookmarks authorizationCode
bookmarks:write Write bookmarks authorizationCode
canvases:read Read canvases authorizationCode
canvases:write Write canvases authorizationCode
email Access user email address authorizationCode
emoji:read Access emoji data authorizationCode
functions:read Read function data authorizationCode
functions:write Write function data authorizationCode
lists:read Read lists data authorizationCode
lists:write Write lists data authorizationCode
openid Authenticate using Sign in with Slack authorizationCode
profile Access user profile information authorizationCode

Source

OAuth Scopes

slack-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/slack-assistant-openapi.yml, openapi/slack-bookmarks-openapi.yml, openapi/slack-canvases-openapi.yml,
  openapi/slack-emoji-openapi.yml, openapi/slack-functions-openapi.yml, openapi/slack-lists-openapi.yml,
  openapi/slack-openid-connect-openapi.yml
schemes:
- name: slackAuth
  source: openapi/slack-assistant-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://slack.com/oauth/v2/authorize
    tokenUrl: https://slack.com/api/oauth.v2.access
- name: slackAuth
  source: openapi/slack-bookmarks-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://slack.com/oauth/v2/authorize
    tokenUrl: https://slack.com/api/oauth.v2.access
- name: slackAuth
  source: openapi/slack-canvases-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://slack.com/oauth/v2/authorize
    tokenUrl: https://slack.com/api/oauth.v2.access
- name: slackAuth
  source: openapi/slack-emoji-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://slack.com/oauth/v2/authorize
    tokenUrl: https://slack.com/api/oauth.v2.access
- name: slackAuth
  source: openapi/slack-functions-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://slack.com/oauth/v2/authorize
    tokenUrl: https://slack.com/api/oauth.v2.access
- name: slackAuth
  source: openapi/slack-lists-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://slack.com/oauth/v2/authorize
    tokenUrl: https://slack.com/api/oauth.v2.access
- name: slackAuth
  source: openapi/slack-openid-connect-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://slack.com/openid/connect/authorize
    tokenUrl: https://slack.com/api/openid.connect.token
scopes:
- scope: assistant:write
  description: Write access to assistant threads
  flows:
  - authorizationCode
  sources:
  - openapi/slack-assistant-openapi.yml
- scope: bookmarks:read
  description: Read bookmarks
  flows:
  - authorizationCode
  sources:
  - openapi/slack-bookmarks-openapi.yml
- scope: bookmarks:write
  description: Write bookmarks
  flows:
  - authorizationCode
  sources:
  - openapi/slack-bookmarks-openapi.yml
- scope: canvases:read
  description: Read canvases
  flows:
  - authorizationCode
  sources:
  - openapi/slack-canvases-openapi.yml
- scope: canvases:write
  description: Write canvases
  flows:
  - authorizationCode
  sources:
  - openapi/slack-canvases-openapi.yml
- scope: email
  description: Access user email address
  flows:
  - authorizationCode
  sources:
  - openapi/slack-openid-connect-openapi.yml
- scope: emoji:read
  description: Access emoji data
  flows:
  - authorizationCode
  sources:
  - openapi/slack-emoji-openapi.yml
- scope: functions:read
  description: Read function data
  flows:
  - authorizationCode
  sources:
  - openapi/slack-functions-openapi.yml
- scope: functions:write
  description: Write function data
  flows:
  - authorizationCode
  sources:
  - openapi/slack-functions-openapi.yml
- scope: lists:read
  description: Read lists data
  flows:
  - authorizationCode
  sources:
  - openapi/slack-lists-openapi.yml
- scope: lists:write
  description: Write lists data
  flows:
  - authorizationCode
  sources:
  - openapi/slack-lists-openapi.yml
- scope: openid
  description: Authenticate using Sign in with Slack
  flows:
  - authorizationCode
  sources:
  - openapi/slack-openid-connect-openapi.yml
- scope: profile
  description: Access user profile information
  flows:
  - authorizationCode
  sources:
  - openapi/slack-openid-connect-openapi.yml