RunWhen · OAuth Scopes

RunWhen OAuth Scopes

OAuth 2.0 searched

RunWhen publishes 3 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the RunWhen 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.

CompanyAIOpsSREDevOpsObservabilityIncident ResponseAI AgentsKubernetesAutomationMCP
Scopes: 3 Flows: Method: searched

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token.
profile Access the user's basic profile claims.
email Access the user's email address.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: https://papi.beta.runwhen.com/.well-known/openid-configuration
docs: https://docs.runwhen.com/docs/use/api-reference
note: RunWhen PAPI resource endpoints authenticate with JWT Bearer tokens (no per-endpoint OAuth scopes).
  The OAuth/OIDC authorization server advertises the standard OIDC scopes below for interactive login.
schemes:
- name: RunWhenOAuth
  type: oauth2-oidc
  authorizationUrl: https://papi.beta.runwhen.com/oauth/authorize
  tokenUrl: https://papi.beta.runwhen.com/oauth/token
  pkce: S256
  grants:
  - authorization_code
  - refresh_token
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token.
- scope: profile
  description: Access the user's basic profile claims.
- scope: email
  description: Access the user's email address.