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 CoursesCertificationWebhookEnrollment
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

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/skilljar-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.