x-api-key header.
Creating a key
Open Settings → API Keys
In the Dyspach portal, go to Settings → API Keys and choose Create new key.
Copy the key immediately
The full key (
dzk_live_…) is shown once, at creation. Copy it and store
it in your secrets manager right away.Key handling
Shown once
Only the key’s prefix (e.g.
dzk_live_7fe18dc) is shown afterward, for
identification.Hashed at rest
The server stores only a SHA-256 hash of the key.
Multiple keys
Create several keys (e.g. per integration) and revoke individually.
Revocable
Revoke a key from Settings → API Keys at any time; it stops working immediately.
Errors
Sent when the
x-api-key header is absent or does not match an active key.
Make sure you copied the full key, not the prefix.
