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