cURL
curl --request GET \ --url https://api.flumes.ai/v0/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "now": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Service OK
The response is of type object.
object