Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://api.steuerboard.com/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

Health Check Response

status
string
required
timestamp
string
required