Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api-v1.maverickintelligence.co/v1/health
{
  "status": "ok",
  "version": "v1"
}

Response

200 - application/json

API is healthy

status
string
Example:

"ok"

version
string
Example:

"v1"