Simple endpoint to check for API health
curl --request GET \ --url https://resource.cavok.dev/api/v1/status
{ "success": true, "data": { "status": "ok", "server": "prod" }, "message": null }
true
Show child attributes
Server environment
"prod"
Was this page helpful?