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:
- Rotate current key
- Set expiration on current key
- Deploy with new key
Zero-downtime rotation supported.