Typeface · OAuth Scopes

Typeface OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api-us.typeface.ai/mcp/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.

CompanyAiArtificial IntelligenceContent GenerationMarketingAgentsGenerative AIBrand ManagementEnterprise
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://auth-us.typeface.ai/authorize
Token URL
https://api-us.typeface.ai/mcp/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication. authorizationCode
profile Access to the user's profile claims. authorizationCode
email Access to the user's email claim. authorizationCode
offline_access Issue a refresh token for long-lived access. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: https://developers.typeface.ai/docs/oauth-21-authorization-code-flow-for-typeface-mcp-apis
docs: https://developers.typeface.ai/docs/oauth-21-authorization-code-flow-for-typeface-mcp-apis
notes: The core REST API uses bearer JWTs from application credentials (no
  scope surface documented). The documented scope set below applies to the
  OAuth 2.1 authorization-code flow (with PKCE) for the Typeface MCP server and
  MCP APIs; the discovery document at
  https://api-us.typeface.ai/.well-known/oauth-authorization-server lists
  supported scopes and grant types.
schemes:
  - name: mcpOAuth
    source: https://developers.typeface.ai/docs/oauth-21-authorization-code-flow-for-typeface-mcp-apis
    flows:
      - flow: authorizationCode
        authorizationUrl: https://auth-us.typeface.ai/authorize
        tokenUrl: https://api-us.typeface.ai/mcp/oauth/token
scopes:
  - scope: openid
    description: OpenID Connect authentication.
    flows: [authorizationCode]
  - scope: profile
    description: Access to the user's profile claims.
    flows: [authorizationCode]
  - scope: email
    description: Access to the user's email claim.
    flows: [authorizationCode]
  - scope: offline_access
    description: Issue a refresh token for long-lived access.
    flows: [authorizationCode]