Lingvist · OAuth Scopes

Lingvist OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.lingvist.com/oauth2/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.

CompanyEducationLanguage LearningEdTechArtificial IntelligenceMachine LearningSpaced RepetitionMobileEstoniaConsumer
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://learn.lingvist.com/#sso
Token URL
https://api.lingvist.com/oauth2/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
auth Authenticate the Lingvist user and read their profile from https://api.lingvist.com/1.0/user/profile (used for single sign-on). authorizationCode

Source

OAuth Scopes

lingvist-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://github.com/lingvist/nodebb-plugin-sso-lingvist/blob/master/library.js
docs: https://github.com/lingvist/nodebb-plugin-sso-lingvist
notes: >-
  Lingvist publishes no scopes/permissions reference page. The single scope below
  is the one Lingvist's own SSO plugin requests (`constants.scope = 'auth'`).
  There is no OIDC discovery document and no OpenAPI to derive further scopes
  from, so this list is what is verifiably published — not necessarily the full
  scope surface of the internal API.
schemes:
- name: LingvistOAuth2
  source: https://github.com/lingvist/nodebb-plugin-sso-lingvist/blob/master/library.js
  flows:
  - flow: authorizationCode
    authorizationUrl: https://learn.lingvist.com/#sso
    tokenUrl: https://api.lingvist.com/oauth2/token
scopes:
- scope: auth
  description: >-
    Authenticate the Lingvist user and read their profile from
    https://api.lingvist.com/1.0/user/profile (used for single sign-on).
  flows:
  - authorizationCode
  sources:
  - https://github.com/lingvist/nodebb-plugin-sso-lingvist/blob/master/library.js