cURL
curl --request GET \ --url https://api.wazapin.id/v1/health \ --header 'X-Api-Key: <api-key>'
Check whether the Wazapin public API is healthy.
GET /v1/health
curl -X GET "https://api.wazapin.id/v1/health" \ -H "Accept: application/json"
{ "data": { "status": "healthy" } }
{ "title": "Internal Server Error", "status": 500, "detail": "unexpected error" }