Skip to main content
GET
/
merchant
/
health
Health check
curl --request GET \
  --url http://api-sandbox.fexpayments.com/merchant/health
{
  "status": "healthy",
  "service": "merchant-api"
}

Response

200 - application/json

Service is healthy

status
string
Example:

"healthy"

service
string
Example:

"merchant-api"