Smartsheet · OAuth Scopes

Smartsheet OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.smartsheet.com/2.0/token.

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.

Work ManagementProject ManagementCollaborationProductivityWorkflow AutomationSpreadsheets
Scopes: 10 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://app.smartsheet.com/b/authorize
Token URL
https://api.smartsheet.com/2.0/token
Flows
authorizationCode

Scopes (10)

ScopeDescriptionFlows
ADMIN_SHEETS Sheet admin authorizationCode
ADMIN_USERS User admin authorizationCode
ADMIN_WEBHOOKS Webhook admin authorizationCode
ADMIN_WORKSPACES Workspace admin authorizationCode
DELETE_SHEETS Delete sheets authorizationCode
READ_CONTACTS View contacts authorizationCode
READ_SHEETS View sheets authorizationCode
READ_USERS View users authorizationCode
SHARE_SHEETS Share sheets authorizationCode
WRITE_SHEETS Edit sheets authorizationCode

Source

OAuth Scopes

smartsheet-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/smartsheet-openapi.yml
schemes:
- name: OAuth2
  source: openapi/smartsheet-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.smartsheet.com/b/authorize
    tokenUrl: https://api.smartsheet.com/2.0/token
  description: Smartsheet OAuth 2.0 authorization.
scopes:
- scope: ADMIN_SHEETS
  description: Sheet admin
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: ADMIN_USERS
  description: User admin
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: ADMIN_WEBHOOKS
  description: Webhook admin
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: ADMIN_WORKSPACES
  description: Workspace admin
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: DELETE_SHEETS
  description: Delete sheets
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: READ_CONTACTS
  description: View contacts
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: READ_SHEETS
  description: View sheets
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: READ_USERS
  description: View users
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: SHARE_SHEETS
  description: Share sheets
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml
- scope: WRITE_SHEETS
  description: Edit sheets
  flows:
  - authorizationCode
  sources:
  - openapi/smartsheet-openapi.yml