Skip to content

Authentication

New IIMMPACT API integrations authenticate using API Key + HMAC-SHA256 signatures. Each authenticated request must include four headers: your API key, a timestamp, a unique nonce, and the computed signature.

This includes the Catalog API endpoints (/v2/catalog, /v2/options).

JWT authentication is deprecated and should not be used for new integrations. Existing integrations can refer to the deprecated /v2/token authentication reference for request and response payloads, mandatory fields, token refresh, and error handling.

See the API Key Authentication guide for the full signing process, code examples, and troubleshooting.

WARNING

Your API keys and secrets carry many privileges. Keep them secure and never share them in publicly accessible areas such as GitHub, client-side code, or mobile apps.

IIMMPACT API Documentation