Calm · OAuth Scopes

Calm OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://auth.calm.com/v0/authorize.

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.

CompanyMental HealthWellnessMeditationMindfulnessSleepEmployee BenefitsHealthB2BSubscriptions
Scopes: 2 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://auth.calm.com/v0/authorize
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
b2b.subscription.cancel Cancel partner-user Calm subscriptions. clientCredentials
b2b.users.integrate Provision and link partner users to Calm subscriptions. clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/calm-partner-api-openapi.yml
docs: https://partner.calm.com/docs/api
notes: >-
  The Partner API documents a single comma-delimited scope string
  "b2b.users.integrate,b2b.subscription.cancel" requested at the /v0/authorize
  client-credentials endpoint.
schemes:
- name: CalmOAuth2
  source: openapi/calm-partner-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.calm.com/v0/authorize
  description: OAuth 2.0 client-credentials grant against the Calm auth service.
scopes:
- scope: b2b.subscription.cancel
  description: Cancel partner-user Calm subscriptions.
  flows:
  - clientCredentials
  sources:
  - openapi/calm-partner-api-openapi.yml
- scope: b2b.users.integrate
  description: Provision and link partner users to Calm subscriptions.
  flows:
  - clientCredentials
  sources:
  - openapi/calm-partner-api-openapi.yml