Tickets
Customer support tickets and SLA workflow state.
GET /api/v1/ticketsGET /api/v1/tickets/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Customer support tickets and SLA workflow state.
GET /api/v1/ticketsGET /api/v1/tickets/{id} Support customer organisations.
GET /api/v1/customersGET /api/v1/customers/{id} Published and draft support knowledge.
GET /api/v1/knowledgeGET /api/v1/knowledge/{id} Reusable agent response templates.
GET /api/v1/canned-responsesGET /api/v1/canned-responses/{id} curl "https://helpdesk.fastsme.com/api/v1/tickets?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://helpdesk.fastsme.com/api/v1/tickets", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs