cURL
curl --request GET \ --url https://api.ai-stats.phaseo.app/v1/healthz \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Returns the health status of the API.
Bearer token authentication
OK
"ok"
Was this page helpful?