Heartbeat API Implementation

Hi @Govind_Deshmukh @Deepak-LTI

We need clarification regarding when and how to use these APIs.

Heartbeat monitoring
URL : {GATEWAY_HOST}}/v0.5/heartbeat

Please update
Thanks
Salahudheen

Hi @salahudheen,
This API Use for See the Server Status you can use this curl for Refrence
curl -X GET “https://your-hrp-server.com/v0.5/heartbeat” -H “accept: application/json”

Ok @Deepak-LTI
Thank you