Litmus Hiring · OAuth Scopes

Litmus Hiring OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://clerk.litmushiring.com/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.

CompanyHiringRecruitmentTechnical AssessmentDeveloper HiringMCPInterviewingY Combinator
Scopes: 7 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://clerk.litmushiring.com/oauth/authorize
Token URL
https://clerk.litmushiring.com/oauth/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
openid OpenID Connect sign-in; issue an ID token identifying the user.
profile Access the user's basic profile claims (name).
email Access 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 long-lived, non-interactive access.
user:org:read Read the user's organization membership and organization-scoped data.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: well-known/litmus-hiring-oauth-authorization-server.json
docs: https://clerk.com/docs/oauth/scoped-access
notes: >-
  OAuth scopes apply to the hosted MCP server's Clerk OAuth flow (interactive
  agent clients). The REST API itself is authenticated with an
  organization-scoped bearer API key and does not expose a scope surface.
schemes:
  - name: clerkOAuth
    source: well-known/litmus-hiring-oauth-authorization-server.json
    flows:
      - flow: authorizationCode
        authorizationUrl: https://clerk.litmushiring.com/oauth/authorize
        tokenUrl: https://clerk.litmushiring.com/oauth/token
scopes:
  - scope: openid
    description: OpenID Connect sign-in; issue an ID token identifying the user.
  - scope: profile
    description: Access the user's basic profile claims (name).
  - scope: email
    description: Access 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 long-lived, non-interactive access.
  - scope: 'user:org:read'
    description: Read the user's organization membership and organization-scoped data.