Go1 · OAuth Scopes

Go1 OAuth Scopes

OAuth 2.0 searched

Go1 publishes 8 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Go1 API on a user’s behalf.

Tokens are issued from https://auth.go1.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.

CompanyEdtechLearningE-LearningCorporate TrainingContentLearning ManagementLMSEducationWebhooks
Scopes: 8 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://auth.go1.com/oauth/authorize
Token URL
https://auth.go1.com/oauth/token
Flows
clientCredentialsauthorizationCode

Scopes (8)

ScopeDescriptionFlows
enrollment.read Read enrollments and completion records. authorizationCode, clientCredentials
enrollment.write Create, update and delete enrollments. authorizationCode, clientCredentials
lo.read Read learning objects (content catalog). authorizationCode, clientCredentials
lo.write Create, update and delete learning objects. authorizationCode, clientCredentials
portal.read Read customer portals. authorizationCode, clientCredentials
portal.write Create and update customer portals. authorizationCode, clientCredentials
webhook.read Read webhook configurations. authorizationCode, clientCredentials
webhook.write Create, update and delete webhook configurations. authorizationCode, clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/go1-openapi.yml
docs: https://developers.go1.com/docs/developer-tools/auth/overview-auth
note: >-
  Scopes recovered from the per-operation security requirements published in Go1's REST reference
  (developers.go1.com). Go1 does not publish a standalone scope-reference page; descriptions are
  derived from the resource each scope governs.
schemes:
- name: OAuth2
  source: openapi/go1-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.go1.com/oauth/token
  - flow: authorizationCode
    authorizationUrl: https://auth.go1.com/oauth/authorize
    tokenUrl: https://auth.go1.com/oauth/token
  description: OAuth 2.0. Server-to-server integrations use the client_credentials flow; user-context
    integrations use the authorization_code flow. Access tokens are valid for 12 hours.
scopes:
- scope: enrollment.read
  description: Read enrollments and completion records.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/go1-openapi.yml
- scope: enrollment.write
  description: Create, update and delete enrollments.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/go1-openapi.yml
- scope: lo.read
  description: Read learning objects (content catalog).
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/go1-openapi.yml
- scope: lo.write
  description: Create, update and delete learning objects.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/go1-openapi.yml
- scope: portal.read
  description: Read customer portals.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/go1-openapi.yml
- scope: portal.write
  description: Create and update customer portals.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/go1-openapi.yml
- scope: webhook.read
  description: Read webhook configurations.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/go1-openapi.yml
- scope: webhook.write
  description: Create, update and delete webhook configurations.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/go1-openapi.yml