Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.example.com/health \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

{key}
string