LearnWorlds · OAuth Scopes

LearnWorlds OAuth Scopes

OAuth 2.0 derived

LearnWorlds 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.

Tokens are issued from https://yourschool.learnworlds.com/admin/api/oauth2/access_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.

Online CoursesLMSeLearningEducationCourse PlatformCreator Economy
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://yourschool.learnworlds.com/admin/api/oauth2/access_token
Flows
clientCredentials

Scopes (0)

LearnWorlds 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.

LearnWorlds API uses the OAuth2 client credentials grant (plus an Lw-Client header) and does not publish or use OAuth scopes; access is governed by school plan and API credentials (see https://www.learnworlds.dev/docs/api/b6b6c2d4906e9-authentication).

Source

OAuth Scopes

learnworlds-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/learnworlds-openapi.yml
docs: https://www.learnworlds.dev/docs/api/b6b6c2d4906e9-authentication
note: LearnWorlds API uses the OAuth2 client credentials grant (plus an Lw-Client
  header) and does not publish or use OAuth scopes; access is governed by school
  plan and API credentials (see https://www.learnworlds.dev/docs/api/b6b6c2d4906e9-authentication).
schemes:
- name: oauth2ClientCredentials
  source: openapi/learnworlds-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://yourschool.learnworlds.com/admin/api/oauth2/access_token
  description: 'OAuth2 client credentials flow. Exchange your client_id and client_secret for
    a bearer access token at the school token endpoint, then pass it as Authorization: Bearer
    ACCESS_TOKEN.'
scopes: []