Skip to content

Endpoints

Reference for all GariTicket REST endpoints available to external partners.

Standard page format

Every endpoint in this documentation follows the same structure:

SectionDescription
DescriptionWhat the endpoint does
Authentication requiredJWT, API key, or public
PermissionsRole / scope requirements
HeadersRequired HTTP headers
URL parametersPath segments
Query parametersFilter, pagination, sorting
Request bodyJSON schema with validation rules
Success responseStatus code and example payload
Error responsesCommon failure cases
Code examplescURL, JavaScript, PHP, Python

Reference implementations

These pages are fully documented today:

Other endpoint pages are published with the standard layout and will be completed as the OpenAPI specification is expanded.

Response format

All endpoints return JSON with code, data, and message. See Error handling.

Integration documentation for external partners.