Whimsical · OAuth Scopes

Whimsical OAuth Scopes

OAuth 2.0 derived

Whimsical uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://whimsical.com/oauth/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.

CollaborationDiagrammingFlowchartsWireframesMind Maps
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://whimsical.com/oauth/authorize
Token URL
https://whimsical.com/oauth/token
Flows
authorizationCode

Scopes (0)

Whimsical implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Whimsical's limited-beta API uses OAuth 2.1 but publishes no scopes; credentials are issued privately by Whimsical support and no scopes/permissions reference exists (https://whimsical.com/learn/integrations/api).

Source

OAuth Scopes

whimsical-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/whimsical-openapi.yml
docs: https://whimsical.com/learn/integrations/api
note: Whimsical's limited-beta API uses OAuth 2.1 but publishes no scopes; credentials
  are issued privately by Whimsical support and no scopes/permissions reference exists
  (https://whimsical.com/learn/integrations/api).
schemes:
- name: OAuth2
  source: openapi/whimsical-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://whimsical.com/oauth/authorize
    tokenUrl: https://whimsical.com/oauth/token
  description: OAuth 2.1 authorization (contact Whimsical support for client credentials)
scopes: []