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