EdgeDesk

Documentation

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

Quick example

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