GET
/
status
curl --request GET \
  --url https://resource.cavok.dev/api/v1/status
{
  "success": true,
  "data": {
    "status": "ok",
    "server": "prod"
  },
  "message": null
}
This endpoint does not need Authentication.

Response

200
application/json

successful operation

The response is of type object.