Capsule · OAuth Scopes

Capsule OAuth Scopes

OAuth 2.0 probed

Capsule 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.

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.

Contact ManagementCRMCustom FieldsOpportunitiesPipelinesProject ManagementRESTSalesTaskWebhook
Scopes: 0 Flows: Method: probed

Scopes (0)

Capsule 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.

Source

OAuth Scopes

Raw ↑
generated: '2026-09-05'
method: probed
source: https://api.capsulecrm.com/.well-known/oauth-authorization-server
docs: https://developer.capsulecrm.com/v2/overview/authentication
description: >-
  OAuth 2.0 scopes Capsule advertises. The authoritative list is
  scopes_supported in the served OAuth Authorization Server Metadata document
  (RFC 8414) on the API host; the authentication docs page documents only the
  three combinations an application is expected to request. Both are recorded,
  and where they disagree the discovery document wins.
authorization_server: https://api.capsulecrm.com
authorization_endpoint: https://api.capsulecrm.com/oauth/authorise
token_endpoint: https://api.capsulecrm.com/oauth/token
flows:
- authorization_code
scope_delimiter: space
scopes:
- {name: read, description: 'Read-only access to Capsule data.', source: discovery+docs}
- {name: write, description: 'Create, update and delete Capsule data. Requested alongside read.', source: discovery+docs}
- {name: user_preference, description: 'Access to the authenticated user''s preferences.', source: discovery+docs}
- {name: openid, description: 'OpenID Connect - request an ID token.', source: discovery}
- {name: profile, description: 'OIDC profile claims (name, given_name, family_name, locale, updated_at).', source: discovery}
- {name: email, description: 'OIDC email claim.', source: discovery}
- {name: tenant, description: 'Capsule tenant/subdomain claim identifying which Capsule account the token belongs to.', source: discovery}
scope_count: 7
documented_combinations:
- {value: 'read', meaning: Read-only access}
- {value: 'read write', meaning: Full read and write. The default an application receives.}
- {value: 'read write user_preference', meaning: Read, write and user preferences.}
notes:
- >-
  The docs page presents scopes as three fixed combinations rather than a
  composable set; the discovery document exposes seven individual values,
  including the four OIDC ones the docs never mention.
- >-
  Capsule publishes no per-operation scope mapping. Which endpoints require
  write versus user_preference is not documented, so an agent cannot compute
  least-privilege from the contract.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/capsule-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.