Schoology · OAuth Scopes

Schoology OAuth Scopes

OAuth 2.0 derived

Schoology 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://api.schoology.com/v1/oauth/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.

EdTechLMSK-12
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.schoology.com/v1/oauth/authorize
Token URL
https://api.schoology.com/v1/oauth/access_token
Flows
authorizationCode

Scopes (0)

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

Schoology's API uses OAuth 1.0 (two-legged and three-legged) which does not implement scopes; access is governed by role-based permissions (the "Access Schoology API" role permission) rather than OAuth scopes, per https://developers.schoology.com/api-documentation/authentication/.

Source

OAuth Scopes

schoology-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/schoology-openapi.yml, openapi/schoology-webhooks-openapi.yml
docs: https://developers.schoology.com/api-documentation/authentication/
note: Schoology's API uses OAuth 1.0 (two-legged and three-legged) which does not implement
  scopes; access is governed by role-based permissions (the "Access Schoology API" role
  permission) rather than OAuth scopes, per https://developers.schoology.com/api-documentation/authentication/.
schemes:
- name: OAuth
  source: openapi/schoology-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.schoology.com/v1/oauth/authorize
    tokenUrl: https://api.schoology.com/v1/oauth/access_token
  description: OAuth 1.0a / 2.0 per Schoology Authentication docs.
- name: OAuth
  source: openapi/schoology-webhooks-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.schoology.com/v1/oauth/authorize
    tokenUrl: https://api.schoology.com/v1/oauth/access_token
  description: OAuth 1.0a / 2.0 per Schoology Authentication docs.
scopes: []