Wrike · OAuth Scopes

Wrike OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://www.wrike.com/oauth2/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 AutomationTask Management
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://www.wrike.com/oauth2/authorize
Token URL
https://www.wrike.com/oauth2/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
Default Default access scope authorizationCode
amReadOnlyAccessRole Read-only access to access roles authorizationCode
amReadOnlyWorkflow Read-only access to workflows authorizationCode
amReadWriteWorkflow Read-write access to workflows authorizationCode
wsReadOnly Read-only workspace access authorizationCode
wsReadWrite Read-write workspace access authorizationCode

Source

OAuth Scopes

wrike-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/wrike-openapi.yml
schemes:
- name: oauth2
  source: openapi/wrike-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.wrike.com/oauth2/authorize
    tokenUrl: https://www.wrike.com/oauth2/token
  description: OAuth 2.0 authorization code flow
scopes:
- scope: Default
  description: Default access scope
  flows:
  - authorizationCode
  sources:
  - openapi/wrike-openapi.yml
- scope: amReadOnlyAccessRole
  description: Read-only access to access roles
  flows:
  - authorizationCode
  sources:
  - openapi/wrike-openapi.yml
- scope: amReadOnlyWorkflow
  description: Read-only access to workflows
  flows:
  - authorizationCode
  sources:
  - openapi/wrike-openapi.yml
- scope: amReadWriteWorkflow
  description: Read-write access to workflows
  flows:
  - authorizationCode
  sources:
  - openapi/wrike-openapi.yml
- scope: wsReadOnly
  description: Read-only workspace access
  flows:
  - authorizationCode
  sources:
  - openapi/wrike-openapi.yml
- scope: wsReadWrite
  description: Read-write workspace access
  flows:
  - authorizationCode
  sources:
  - openapi/wrike-openapi.yml