Humanity · Authentication Profile

Humanity Authentication

Authentication

Humanity secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password and refresh_token flow(s).

CompanyWorkforce ManagementEmployee SchedulingShift PlanningTime TrackingHuman ResourcesLeave ManagementPayrollWorkforce
Methods: oauth2 Schemes: 1 OAuth flows: password, refresh_token API key in:

Security Schemes

OAuth2 oauth2
· flows: password, refresh_token

Source

Authentication Profile

humanity-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://platform.humanity.com/docs/getting-started-with-authentication
docs: https://platform.humanity.com/docs/getting-started-with-authentication
summary:
  types:
  - oauth2
  oauth2_flows:
  - password
  - refresh_token
  token_delivery:
  - authorization_header_bearer
  - query_parameter
schemes:
- name: OAuth2
  type: oauth2
  description: >-
    Humanity v2 API uses OAuth2. An App ID (client_id) and App Secret
    (client_secret) are created on the Settings > API v2 page. Applications
    exchange credentials for an access token at the token endpoint. Access
    tokens expire (expires_in, e.g. 3600 seconds) and are renewed with the
    refresh_token using grant_type=refresh_token. The token response is JSON:
    access_token, expires_in, token_type (bearer), scope, refresh_token.
  flows:
  - flow: password
    tokenUrl: https://www.humanity.com/oauth2/token.php
    grant_type: password
    parameters:
    - client_id
    - client_secret
    - grant_type
    - username
    - password
    - redirect_uri
  - flow: refresh_token
    tokenUrl: https://www.humanity.com/oauth2/token.php
    grant_type: refresh_token
token_usage:
  header: 'Authorization: Bearer <access_token>'
  query_parameter: access_token
notes: >-
  Scope is returned as null in the documented token response — the API does not
  publish a granular OAuth scope surface; authorization is governed by
  per-endpoint permission levels (3 to 5) tied to the authenticating user's role.

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