cURL
curl --request GET \ --url https://api.digitalreceiptprotocol.org/health
{ "status": "healthy", "service": "drp-api", "version": "v1" }
Verify the API service is running and healthy
Service is healthy
"healthy"
"drp-api"
"v1"