OpenApi
Copy Page
Branches
List active branches
GET
Get a single branch
GET
Get a branch's service tree
GET
Services
Get available appointment slots
GET
Tickets
Book a ticket (walk-in or appointment)
POST
Fetch a ticket
GET
Cancel a ticket
POST
Reschedule an appointment
POST
Customers
Create a customer
List customers (paginated)
Fetch one customer
Update a customer
Delete a customer
List a customer's tickets
Schemas
SuccessEnvelope
PaginatedEnvelope
ErrorEnvelope
ValidationErrorEnvelope
AuthErrorEnvelope
Pagination
Branch
AvgWaitingTime
Service
SampleSize
BranchDetail
Slot
Ticket
BranchTreeGroup
Customer
CustomerWriteRequest
CustomerUpdateRequest
BookTicketRequest
ChangeTimeRequest
Slot
Copy Page
An available appointment time slot.
{
"time"
:
"2026-07-01T09:30:00.000Z"
,
"remaining"
:
3
}