CoTeach · OAuth Scopes

CoTeach OAuth Scopes

OAuth 2.0 searched

CoTeach publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the CoTeach API on a user’s behalf.

Tokens are issued from https://www.coteach.ai/api/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.

CompanyEducationEdTechMathematicsK-12TeachersCurriculumLesson PlanningAI AssistantIllustrative MathematicsMCP
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.coteach.ai/api/oauth/authorize
Token URL
https://www.coteach.ai/api/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token identifying the user. authorizationCode
email Access to the authenticated user's email address. authorizationCode
profile Access to the authenticated user's basic profile information. authorizationCode
offline_access Issue a refresh token for long-lived, offline access. authorizationCode

Source

OAuth Scopes

coteach-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.coteach.ai/.well-known/oauth-authorization-server
docs: https://www.coteach.ai/.well-known/oauth-protected-resource
schemes:
- name: OAuth2
  source: https://www.coteach.ai/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.coteach.ai/api/oauth/authorize
    tokenUrl: https://www.coteach.ai/api/oauth/token
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token identifying the user.
  flows:
  - authorizationCode
  sources:
  - https://www.coteach.ai/.well-known/oauth-authorization-server
- scope: email
  description: Access to the authenticated user's email address.
  flows:
  - authorizationCode
  sources:
  - https://www.coteach.ai/.well-known/oauth-authorization-server
- scope: profile
  description: Access to the authenticated user's basic profile information.
  flows:
  - authorizationCode
  sources:
  - https://www.coteach.ai/.well-known/oauth-authorization-server
- scope: offline_access
  description: Issue a refresh token for long-lived, offline access.
  flows:
  - authorizationCode
  sources:
  - https://www.coteach.ai/.well-known/oauth-authorization-server
notes: Scopes advertised by CoTeach's OAuth authorization server. The protected-resource
  metadata for the MCP server (/api/mcp) requires the openid, email, and profile
  scopes; offline_access is additionally offered for refresh tokens.