LegitFit · OAuth Scopes

LegitFit OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://legitfit.com/api/oauth2/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.

CompanyFitnessGym ManagementStudio ManagementSchedulingMembershipsPaymentsSaaSMCPIreland
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://legitfit.com/api/oauth2/authorize
Token URL
https://legitfit.com/api/oauth2/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
mcp:read Read access to the LegitFit MCP server at https://legitfit.com/api/mcp. authorizationCode
mcp:write Write access to the LegitFit MCP server at https://legitfit.com/api/mcp. authorizationCode

Source

OAuth Scopes

legitfit-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://legitfit.com/.well-known/oauth-authorization-server
docs: https://legitfit.com/.well-known/oauth-protected-resource
note: >-
  LegitFit publishes no OpenAPI, so these scopes were read directly from the
  RFC 8414 authorization-server metadata and the RFC 9728 protected-resource
  metadata. Both documents advertise the same two scopes, which gate the MCP
  server at https://legitfit.com/api/mcp. LegitFit publishes no human-readable
  scope reference page; the descriptions below restate the scope names and the
  resource they protect, and no finer-grained permission mapping is asserted.
schemes:
- name: LegitFitOAuth2
  source: well-known/legitfit-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://legitfit.com/api/oauth2/authorize
    tokenUrl: https://legitfit.com/api/oauth2/token
scopes:
- scope: mcp:read
  description: Read access to the LegitFit MCP server at https://legitfit.com/api/mcp.
  flows:
  - authorizationCode
  resources:
  - https://legitfit.com/api/mcp
  sources:
  - well-known/legitfit-oauth-authorization-server.json
  - well-known/legitfit-oauth-protected-resource.json
- scope: mcp:write
  description: Write access to the LegitFit MCP server at https://legitfit.com/api/mcp.
  flows:
  - authorizationCode
  resources:
  - https://legitfit.com/api/mcp
  sources:
  - well-known/legitfit-oauth-authorization-server.json
  - well-known/legitfit-oauth-protected-resource.json