Momence · Authentication Profile

Momence Authentication

Authentication

Momence secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and password flow(s).

FitnessWellnessStudio ManagementBookingSchedulingMembershipsPaymentsClass Management
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode, password API key in:

Security Schemes

OAuth2 oauth2
· flows: password, authorizationCode
OAuth2ApiClient http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/momence-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
  - password
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: password
    tokenUrl: /api/v2/auth/token
    scopes: 0
  - flow: authorizationCode
    authorizationUrl: /api/v2/auth/authorize
    tokenUrl: /api/v2/auth/token
    scopes: 0
  sources:
  - openapi/momence-openapi.yml
- name: OAuth2ApiClient
  type: http
  scheme: basic
  description: Use your `client_id` as username and `client_secret` as password
  sources:
  - openapi/momence-openapi.yml