Rapidata · OAuth Scopes

Rapidata OAuth Scopes

OAuth 2.0 searched

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

CompanyHuman FeedbackData LabelingAnnotationRLHFModel EvaluationMachine LearningAICrowdsourcingPreference Data
Scopes: 9 Flows: Method: searched

Scopes (9)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns a subject identifier.
profile Access to the authenticated user's basic profile claims.
email Access to the authenticated user's email claim.
offline_access Issue a refresh token for long-lived, offline access.
roles Include the user's role claims in the token.
groups Include the user's group membership claims in the token.
api Access to the Rapidata REST API surface.
rtb Real-time bidding / online RLHF real-time feedback access.
mcp Model Context Protocol access scope.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: https://auth.rapidata.ai/.well-known/openid-configuration
docs: https://docs.rapidata.ai/latest/authentication/
schemes:
- name: OpenIdConnect
  type: openIdConnect
  source: openapi/rapidata-openapi-original.json
  issuer: https://auth.rapidata.ai/
  authorizationUrl: https://auth.rapidata.ai/connect/authorize
  tokenUrl: https://auth.rapidata.ai/connect/token
  grant_types: [client_credentials, authorization_code, refresh_token]
scopes:
- scope: openid
  description: OpenID Connect authentication; returns a subject identifier.
- scope: profile
  description: Access to the authenticated user's basic profile claims.
- scope: email
  description: Access to the authenticated user's email claim.
- scope: offline_access
  description: Issue a refresh token for long-lived, offline access.
- scope: roles
  description: Include the user's role claims in the token.
- scope: groups
  description: Include the user's group membership claims in the token.
- scope: api
  description: Access to the Rapidata REST API surface.
- scope: rtb
  description: Real-time bidding / online RLHF real-time feedback access.
- scope: mcp
  description: Model Context Protocol access scope.