Skip to content

Health check endpoint
Stable

Request

Security
pipelines_SCAPIAuthToken
cURL
curl -i -X GET \
  https://api.esper.io/_mock/openapi/sys/health \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Pipelines health service response

Bodyapplication/json
servicestringrequired
componentstringrequired
hostnamestringrequired
Response
{ "service": "string", "component": "string", "hostname": "string" }