REST API Reference
cURL
curl --request GET \ --url https://api.example.com/v1/health
{ "status": "healthy", "api_version": "v1", "version": "0.13.0" }
status
string
"healthy"
api_version
version
curl http://localhost:8000/v1/health # Or with HTTPS curl https://your-domain.com:8000/v1/health
Was this page helpful?