Developer API · updated 2026-08-22
Every request authenticates with an API key sent as a Bearer token. This article covers how keys work, how they are stored, and how to manage their whole lifecycle: create, revoke, schedule auto-revocation, and recover from a leak.
Send the key in the Authorization header of every request:
Authorization: Bearer dc_live_...
The server hashes the presented key with SHA-256 and matches it against the stored fingerprint. The raw key is never stored anywhere on our side, which is why it can only be shown once at creation. Every request also re-checks that your company's API access is still approved, so a revocation takes effect on the very next call.
Keys look like dc_live_ followed by 64 hex characters (256 bits of randomness). The dc_live_ prefix plus the first characters are kept visible in your key list so you can tell keys apart; the rest exists only in your copy.
Settings, API, "Create key". You can hold up to 5 active keys per company. Use one key per integration so you can revoke one system without breaking another.
The Revoke button stops a key on the next request. Revocation is permanent: re-enabling access later never resurrects old keys, you mint new ones.
Each key has an optional auto-revoke date ("Auto-revoke" button). Perfect for contractors or temporary integrations: the key dies at the end of the chosen day without anyone having to remember.
Revoke it immediately in Settings, API, and create a replacement. Every key creation, revocation and schedule change is logged in the platform audit trail, so our support team can reconstruct exactly what a leaked key was used for if you need it. Under our Terms of Service the key is your responsibility, so rotate early when in doubt.
No. Only the fingerprint is stored. Revoke the lost key and create a new one; it takes seconds.
The cap keeps the attack surface small and pushes one-key-per-integration hygiene. If you genuinely need more, tell us in a support ticket.
Still stuck? Talk to our team
Open a support ticket inside the app and our team will answer there.
Log in and open a support ticketThe software is 100% free with unlimited orders. No credit card, no demo, no contract.
Create your free account