Skip to Content
docs
HeartbeatHeartbeat

Heartbeat

Check if the Epoint service is operational.

GET
***

Request

No parameters required. Simply send a GET request.

cURL
1curl ***

Response

Service is operational

Success Response
1{
2 "status": "ok",
3 "trace_id": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
4}

If the response status is "ok", the service is functioning normally. Any other response or connection failure indicates the service may be experiencing issues.