Skilljar · Authentication Profile

Skilljar Authentication

Authentication

Skilljar secures its APIs with http and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyEducationLearning Management SystemCustomer EducationTrainingOnline CoursesCertificationWebhooksEnrollment
Methods: http, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

OrganizationApiKey http
scheme: basic · in: header ()
tokenAuth http
scheme: bearer
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/skilljar-openapi-original.yml
docs: https://support.gainsight.com/Skilljar/Develop_and_Customize/API/Getting_started_with_the_Skilljar_API
summary:
  types:
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
  note: >-
    Skilljar exposes two authentication surfaces. The v1 REST API authenticates
    with an Organization API key sent via HTTP Basic (API key as the username,
    empty password). A newer v2 OAuth 2.0 surface (advertised via RFC 8414
    Authorization Server Metadata at /.well-known/oauth-authorization-server)
    supports authorization_code + refresh_token with PKCE (S256), dynamic client
    registration, and ~89 granular scopes.
schemes:
- name: OrganizationApiKey
  type: http
  scheme: basic
  in: header
  description: >-
    API key authentication using HTTP Basic Auth. Use your API key as the
    username and leave the password empty.
  sources:
  - openapi/skilljar-openapi-original.yml
- name: tokenAuth
  type: http
  scheme: bearer
  description: Bearer token authentication.
  sources:
  - openapi/skilljar-openapi-original.yml
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://dashboard.skilljar.com/oauth/authorize
    tokenUrl: https://api.skilljar.com/v2/auth/token
    refreshUrl: https://api.skilljar.com/v2/auth/token
    pkce: S256
    scope_count: 89
  registration_endpoint: https://api.skilljar.com/v2/oauth/register
  revocation_endpoint: https://api.skilljar.com/v2/auth/revoke
  jwks_uri: https://api.skilljar.com/.well-known/jwks.json
  sources:
  - https://api.skilljar.com/.well-known/oauth-authorization-server