Tickitto Docs

System Status

This endpoint is used to ensure the Tickitto API is available and healthy and can also be used to check for connectivity to the Tickitto API.

For example, when the Tickitto API is healthy, the endpoint returns a 200 response status along with a health check object.

Endpoint

GET tickitto.tech/api/status

Response

{
"status": "healthy"
}