Sending the key
Send it as thex-api-key header:
x-api-key wins.
Creating a key
1
Open Integrations
In DMLY, go to Salesbot → Integrations and select the REST API tile.
2
Create a key
Give it a name describing what will use it — “Zapier”, “Website form”, “n8n”. The name
is how you will recognise it later when revoking.
3
Copy it now
The key is shown once. DMLY stores only a SHA-256 hash of it, so it cannot be
retrieved or emailed to you afterwards.
Rotating and revoking
Create the replacement key first, deploy it, then revoke the old one — revocation takes effect immediately and any caller still using the old key starts getting401.
DMLY stamps last_used_at on every authenticated request, so you can tell whether a key is
still in use before retiring it.
When authentication fails
See Errors for the full list.

