Skip to content

API Keys

Use API keys for programmatic access to DeskFork from your own systems, CI/CD pipelines, or third-party integrations.

Go to Settings → Developers → API Keys → New API key.

FieldDescription
NameHuman-readable label (e.g. “Zapier integration”)
ScopesPermissions granted (see below)
ExpiryOptional expiry date

The key is shown once at creation time. Copy it immediately — DeskFork stores only the hash.

ed_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Keys are prefixed with ed_live_ (production) or ed_test_ (sandbox, coming Phase 2).

ScopeAllows
tickets:readList and read tickets
tickets:writeCreate, update, and close tickets
messages:writeAdd replies and internal notes
contacts:readRead contact records
contacts:writeCreate and update contacts
kb:readRead knowledge base articles
kb:writeCreate and publish KB articles
admin:readRead workspace settings
Authorization: Bearer ed_live_xxxx

Go to Settings → Developers → API Keys → [key] → Revoke. Revocation is immediate.

See API Quickstart → Rate limits.