Health
Health check endpoints
Check the status of the API service
Responses
200
Service is healthy
application/json
503
Service unavailable
application/json
get
/api/v1/healthGET /api/v1/health HTTP/1.1
Host: api.visobird.com
Accept: */*
{
"status": "healthy",
"timestamp": "2024-01-15T10:30:00Z",
"version": "1.0.0"
}