Documentation

Build support into your product

Everything you need to integrate Dispatch Tickets. Create your first ticket in minutes.

Install the SDK

npm install @dispatchtickets/sdk

Create a ticket

import { DispatchTickets } from '@dispatchtickets/sdk';

const client = new DispatchTickets({ apiKey: 'sk_live_...' });

const ticket = await client.tickets.create('br_xxx', {
  title: 'Need help with my order',
  customerEmail: '[email protected]'
});

API at a glance

RESTful API with predictable resource-oriented URLs.

Core endpoints
POST/brands/:id/tickets
GET/brands/:id/tickets
GET/brands/:id/tickets/:id
POST/brands/:id/tickets/:id/comments
POST/brands/:id/webhooks

Need help?

Can't find what you're looking for? We're here to help.