cURL
curl --request GET \ --url https://sandbox.waftpay.io/api/actuator/health
{ "status": "UP", "groups": [ "liveness", "readiness" ] }
Returns overall API health.
GET
GET {BASE_URL}/actuator/health
Healthy
UP
DOWN