Pavoot · OAuth Scopes

Pavoot OAuth Scopes

OAuth 2.0 probed

Pavoot uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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.

CompanyEventEvent ManagementMarketingAI AgentAttendee IntelligenceGo-To-MarketField MarketingPipeline
Scopes: 0 Flows: Method: probed

Scopes (0)

Pavoot implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: probed
source: https://clerk.pavoot.com/.well-known/openid-configuration
docs: https://clerk.com/docs/oauth/scoped-access
name: Pavoot OAuth 2.0 / OIDC scopes
summary: >-
  Scopes read verbatim from Pavoot's own OAuth authorization-server metadata at
  clerk.pavoot.com. These are the identity scopes of the Clerk instance that
  issues Pavoot sessions — they are NOT permissions over the api.pavoot.com
  application surface, which uses a database-backed RBAC model instead.
authorization_server:
  issuer: https://clerk.pavoot.com
  authorization_endpoint: https://clerk.pavoot.com/oauth/authorize
  token_endpoint: https://clerk.pavoot.com/oauth/token
  introspection_endpoint: https://clerk.pavoot.com/oauth/token_info
  revocation_endpoint: https://clerk.pavoot.com/oauth/token/revoke
  userinfo_endpoint: https://clerk.pavoot.com/oauth/userinfo
  jwks_uri: https://clerk.pavoot.com/.well-known/jwks.json
  grant_types_supported:
  - authorization_code
  - refresh_token
  response_types_supported:
  - code
  code_challenge_methods_supported:
  - S256
  id_token_signing_alg_values_supported:
  - RS256
  service_documentation: https://clerk.com/docs/oauth/scoped-access
scope_count: 7
scopes:
- name: openid
  description: OpenID Connect — request an ID token identifying the end user.
  standard: OIDC Core 1.0
- name: profile
  description: Basic profile claims (name, given_name, family_name,
    preferred_username, picture).
  standard: OIDC Core 1.0
- name: email
  description: Email address and email_verified claim.
  standard: OIDC Core 1.0
- name: offline_access
  description: Issue a refresh token so the client can act after the user leaves.
  standard: OIDC Core 1.0
- name: public_metadata
  description: Read the Clerk user's public metadata.
  standard: Clerk-specific
- name: private_metadata
  description: Read the Clerk user's private metadata.
  standard: Clerk-specific
- name: 'user:org:read'
  description: Read the user's organization membership.
  standard: Clerk-specific
claims_supported:
- sub
- aud
- iss
- exp
- iat
- email
- email_verified
- given_name
- family_name
- name
- preferred_username
- picture
- org_id
api_authorization_note: >-
  The api.pavoot.com OpenAPI declares no securitySchemes and no per-operation
  security, and none of the seven scopes above appear anywhere in the spec. API
  authorization is enforced by Pavoot's own permission system — role and user
  permission matrices (/org/permissions/role-matrix, /org/permissions/user-matrix),
  per-task permissions (/org/permissions/tasks), permission presets with a
  settable org default, an effective-permissions read (/getEffectivePermissions,
  /getEffectiveOrgPermissions) and a middleware gate (/checkRouteAccess). Those
  permission names are not published anywhere anonymous, so they cannot be
  enumerated without an authenticated session.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/pavoot-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.