cURL
curl --request GET \ --url http://localhost:3000/api/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Returns the health status of the API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
successful
ok