cURL
curl --request GET \ --url https://{base_url}/health
{ "status": "healthy", "timestamp": "2024-01-15T10:30:00Z" }
Returns the health status of the API service
Service health status
"healthy"
Current timestamp in ISO 8601 format
"2024-01-15T10:30:00Z"
Was this page helpful?