Topograph · OAuth Scopes

Topograph OAuth Scopes

OAuth 2.0 searched

Topograph publishes 7 OAuth 2.0 scopes via the authorizationCode and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Topograph API on a user’s behalf.

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.

CompanyKYBCompany DataBusiness RegistersComplianceIdentity VerificationBeneficial OwnershipAMLDue DiligenceFintech
Scopes: 7 Flows: authorizationCode, refreshToken Method: searched

Scopes (7)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token.
profile Access to the user's basic profile claims.
email Access to the user's email address.
public_metadata Read the user's public metadata.
private_metadata Read the user's private metadata.
offline_access Issue a refresh token for offline access.
user:org:read Read the user's organization membership.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: https://api.topograph.co/.well-known/oauth-authorization-server
docs: https://topograph.co/developers/mcp
note: >-
  The Topograph REST API authenticates with an x-api-key header and declares no OAuth2 scopes.
  These OAuth 2.1 / OIDC scopes govern the designer / MCP surface, whose authorization server is
  Clerk (clerk.topograph.co). Captured verbatim from the RFC 8414 metadata.
schemes:
- name: OAuth2.1
  issuer: https://clerk.topograph.co
  authorizationUrl: https://clerk.topograph.co/oauth/authorize
  tokenUrl: https://clerk.topograph.co/oauth/token
  flows: [authorizationCode, refreshToken]
  pkce: S256
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token.
- scope: profile
  description: Access to the user's basic profile claims.
- scope: email
  description: Access to the user's email address.
- scope: public_metadata
  description: Read the user's public metadata.
- scope: private_metadata
  description: Read the user's private metadata.
- scope: offline_access
  description: Issue a refresh token for offline access.
- scope: user:org:read
  description: Read the user's organization membership.