Mindbody · OAuth Scopes

Mindbody OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://signin.mindbodyonline.com/connect/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.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://signin.mindbodyonline.com/connect/authorize
Token URL
https://signin.mindbodyonline.com/connect/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
Mindbody.Api.Public.v6 Access the Mindbody Public API v6 on behalf of the user. authorizationCode
email User email claim. authorizationCode
offline_access Issue a refresh token. authorizationCode
openid OpenID Connect base scope. authorizationCode
profile User profile claims. authorizationCode

Source

OAuth Scopes

mindbody-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/mindbody-public-api-v6-openapi-original.yml
schemes:
- name: OAuth2
  source: openapi/mindbody-public-api-v6-openapi-original.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://signin.mindbodyonline.com/connect/authorize
    tokenUrl: https://signin.mindbodyonline.com/connect/token
  description: OpenID Connect bearer token issued by Mindbody Identity Service (signin.mindbodyonline.com).
    Required for endpoints that act on behalf of a staff or client user.
scopes:
- scope: Mindbody.Api.Public.v6
  description: Access the Mindbody Public API v6 on behalf of the user.
  flows:
  - authorizationCode
  sources:
  - openapi/mindbody-public-api-v6-openapi-original.yml
- scope: email
  description: User email claim.
  flows:
  - authorizationCode
  sources:
  - openapi/mindbody-public-api-v6-openapi-original.yml
- scope: offline_access
  description: Issue a refresh token.
  flows:
  - authorizationCode
  sources:
  - openapi/mindbody-public-api-v6-openapi-original.yml
- scope: openid
  description: OpenID Connect base scope.
  flows:
  - authorizationCode
  sources:
  - openapi/mindbody-public-api-v6-openapi-original.yml
- scope: profile
  description: User profile claims.
  flows:
  - authorizationCode
  sources:
  - openapi/mindbody-public-api-v6-openapi-original.yml