Infinitus · OAuth Scopes

Infinitus OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://www.infinitus.ai/oauth/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.

CompanyArtificial IntelligenceHealthcareVoice AIBenefit VerificationPrior AuthorizationHIPAA
Scopes: 1 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://www.infinitus.ai/oauth/authorize
Token URL
https://www.infinitus.ai/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp Access the Model Context Protocol server at https://www.infinitus.ai/wp-json/mcp/mcp-oauth-server. The single scope advertised in both scopes_supported arrays. authorizationCode

Source

OAuth Scopes

infinitus-scopes.yml Raw ↑
generated: '2026-08-15'
method: probed
source: https://www.infinitus.ai/.well-known/oauth-authorization-server
note: >-
  Not derived from OpenAPI — Infinitus publishes none. These scopes come from
  the RFC 8414 Authorization Server Metadata document and the RFC 9728 Protected
  Resource Metadata document that Infinitus serves at www.infinitus.ai. Exactly
  one scope is advertised, and it governs the MCP server on the WordPress
  marketing host — not the healthcare product API at api.infinitusai.com, which
  publishes no scope reference at all.

schemes:
- name: infinitus-wordpress-oauth
  source: https://www.infinitus.ai/.well-known/oauth-authorization-server
  issuer: https://www.infinitus.ai
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.infinitus.ai/oauth/authorize
    tokenUrl: https://www.infinitus.ai/oauth/token
    revocationUrl: https://www.infinitus.ai/oauth/revoke
    pkce: S256
    scopes: [mcp]

scopes:
- scope: mcp
  description: >-
    Access the Model Context Protocol server at
    https://www.infinitus.ai/wp-json/mcp/mcp-oauth-server. The single scope
    advertised in both scopes_supported arrays.
  flows: [authorizationCode]
  resource: https://www.infinitus.ai/wp-json/mcp/mcp-oauth-server
  sources:
  - https://www.infinitus.ai/.well-known/oauth-authorization-server
  - https://www.infinitus.ai/.well-known/oauth-protected-resource

summary:
  scope_count: 1
  granularity: coarse
  note: >-
    A single all-or-nothing "mcp" scope. There is no read/write or per-resource
    separation, so an agent granted this scope receives whatever the server
    exposes in full. Recorded as measured.

gaps:
- gap: product-api-scopes-unpublished
  detail: >-
    api.infinitusai.com advertises no OAuth metadata (both
    /.well-known/oauth-authorization-server and
    /.well-known/oauth-protected-resource return 404), and no permissions
    reference page exists in the public knowledge base. Portal authorization is
    described only as role-based (RBAC) with no published role or scope list.

x-evidence:
- fetched: '2026-08-15'
  url: https://www.infinitus.ai/.well-known/oauth-authorization-server
  http_status: 200
  content_type: application/json
- fetched: '2026-08-15'
  url: https://www.infinitus.ai/.well-known/oauth-protected-resource
  http_status: 200
  content_type: application/json
- fetched: '2026-08-15'
  url: https://api.infinitusai.com/.well-known/oauth-authorization-server
  http_status: 404
  kind: negative-probe