Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.digitalreceiptprotocol.org/health
{
  "status": "healthy",
  "service": "drp-api",
  "version": "v1"
}

Response

200 - application/json

Service is healthy

status
string
Example:

"healthy"

service
string
Example:

"drp-api"

version
string
Example:

"v1"