Skip to main content

API Key

The Humanos API uses multiple layers of authentication and request validation. The first being the API key.

1. Generate an API Key

Navigate to the Humanos Dashboard click API keys on the sidebar and create a new key.

2. Configure API Key

  • Name (required) – A label to identify the API key.
  • Description (optional) – A short note to document the purpose of the API key.
  • Expiration (days) (optional) – The number of days until the key expires.

3. Retrieve Your Credentials

Once the API key is created, copy and securely store the following values:
  • API Key
  • Signature Secret

4. Rotate Secrets

It is possible to rotate the secrets associated with an API key.
Only the Signature Secret changes; the API Key remains the same.

Request Signing

Each request must be signed using HMAC-SHA256 with a timestamp.

Signature Generation Example

Example: GET Request (no body)

Example: POST Request (with body)