PrimaryBidPartners

The Health Check endpoint allows Partners to:

  • Verify the status of the Connect API service

API clients can periodically poll GET/healthcheck to assess this.

{
  "status": <string>,
  "info": <object>,
  "error": <object>,
  "details": <object>
}
{
  "status": "ok",
  "info": {
    "transport_layer": {
      "status": "up"
  	}
  },
  "error": {},
  "details": {
    "transport_layer": {
      "status": "up"
  	}
  }
}