Health

Health check endpoints

Health check

get

Check the status of the API service

Responses
200

Service is healthy

application/json
get
GET /api/v1/health HTTP/1.1
Host: api.visobird.com
Accept: */*
{
  "status": "healthy",
  "timestamp": "2024-01-15T10:30:00Z",
  "version": "1.0.0"
}