DeskFork

Documentation

Everything you need to integrate DeskFork—API reference, guides, and legal.

Quick example

curl https://api.deskfork.com/v1/tickets \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"channel":"email","subject":"Billing question","body":"...","customer":{"email":"customer@example.com"}}'