Skip to main content
GET
/
api
/
v1
/
health
Health check endpoint
curl --request GET \
  --url http://localhost:3000/api/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

successful

status
enum<string>
required
Available options:
ok