v1

latestSwagger 2.02026-07-14129254.9 KB
Health

Returns the status of each connectivity provider

Returns the status of each connectivity provider

get/payments/health

Response

Success

status'UP' | 'DOWN' | 'DEGRADED' required

Overall connect platform availability status

statusMessagestring

Additional informational message

Example response

{
  "connectors": [
    {
      "name": "Buffalo",
      "status": "UP"
    }
  ],
  "status": "UP"
}