SimplyTicket Documentation

Everything you need to get started, configure, and master SimplyTicket.

API Reference

Build powerful integrations with our comprehensive REST API. Create, read, update, and manage tickets programmatically.

RESTful API with JSON responses
Real-time webhooks for events
OAuth 2.0 & API key authentication
GET/api/v1/tickets
{
  "data": [
    {
      "id": "tkt_abc123",
      "number": 1234,
      "subject": "Login issue",
      "status": "open",
      "priority": "high",
      "created_at": "2024-01-15T10:30:00Z"
    }
  ],
  "meta": {
    "total": 156,
    "page": 1,
    "per_page": 25
  }
}

Can't find what you're looking for?

Our support team is here to help. Reach out and we'll get back to you within 24 hours.