API Request Authentication

Headers Required

Every request needs:

X-Key: your_api_key
X-Signature: HMAC-SHA256(request_body, api_secret)
Content-Type: application/json

Key Management

Create keys at portal-test.sweuze.com → Developer → Api Keys.

Key rotation:

  1. Rotate current key
  2. Set expiration on current key
  3. Deploy with new key

Zero-downtime rotation supported.