Skip to main content
GET
/
api
/
public
/
v1
/
health
Health check
curl --request GET \
  --url http://app.localhost:3000/api/public/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "timestamp": "<string>",
  "version": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Successful response

status
string
required
timestamp
string
required
version
string