| Header | Required | Description |
|---|---|---|
x-api-key | Yes | API key issued to your integration. |
x-timestamp | Yes | The current timestamp for the request. |
x-signature | Yes | A Base64-encoded HMAC-SHA256 signature generated with your signing secret. |
Testing and Launch
Request Signing
Generate signatures for Simfy Business API-key requests.
Simfy Business API-key requests should be signed by your backend. The signature proves that the request came from an approved integration and was not modified in transit.
Each signed request includes:
The exact signature algorithm must match your Simfy Business-issued credentials. Do not expose signing secrets in browsers, mobile apps, logs, or client-side code.