GET
/
v0
/
health
Liveness & readiness.
curl --request GET \
  --url https://api.flumes.ai/v0/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "now": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Service OK

The response is of type object.