Peakon · Authentication Profile

Peakon Authentication

Authentication

Peakon secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanySoftware-as-a-ServiceEmployee EngagementEmployee ExperienceHR TechSurveysPeople AnalyticsWorkday
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

jwt http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: https://developer.peakon.com/docs/getting-started
docs: https://developer.peakon.com/docs/getting-started
summary:
  types: [http]
  scheme: bearer
  bearer_format: JWT
  api_key_in: []
  oauth2_flows: []
model: >-
  Two-step application authentication. A developer creates a Custom App in the Peakon
  dashboard (Integrations > Custom Apps), selecting a set of permissions that scope the
  app to specific areas of the API. Creating the app yields a long-lived application
  access token (shown once, treated as a secret). The application exchanges that token
  for a short-lived session token (JWT) by POSTing it to /auth/application; the JWT is
  then sent as `Authorization: Bearer <jwt>` on all subsequent API calls. Passing
  `persists: true` on the exchange returns a session that never expires.
schemes:
  - name: jwt
    type: http
    scheme: bearer
    bearer_format: JWT
    description: >-
      Session bearer token returned by POST /auth/application as a JSON:API resource of
      type `bearer_tokens`. Applied to every operation except the auth exchange itself.
    applied_to: all operations except POST /auth/application
    sources: [openapi/peakon-openapi-original.json]
token_exchange:
  operation: POST /auth/application
  request: { token: <application access token>, persists: <bool> }
  response: JSON:API resource of type bearer_tokens (id = the JWT)
permissions:
  model: per-application permission areas selected at app-creation time
  guidance: >-
    Grant as few permissions as possible; each permission grants access to one area of
    the API. Peakon does not expose an OAuth2 scope endpoint - permissions are chosen in
    the dashboard, not requested via an OAuth flow.
scim:
  note: >-
    A separate SCIM 2.0 provisioning API (base https://{subdomain}.peakon.com/api/scim/v2)
    also uses Bearer token authentication, with a token obtained from the Employee
    Provisioning integration.
  docs: https://developer.peakon.com/docs/building-a-scim-20-api-connector

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/peakon-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.