Is Service Alive

Responses
  • application/json
Request Example for get/connect-data/isservicealive/v1
curl https://api.uat.openbroker.io/connect-data/isservicealive/v1
{
  "requestId": "77e1c83b-7bb0-437b-bc50-a7a58e5660ac",
  "type": "IsServiceAliveV1Response",
  "timestamp": "2025-06-11T23:45:12Z",
  "success": true,
  "data": [
    {
      "result": true,
      "requestTime": "2025-06-11T23:45:12Z"
    }
  ],
  "errors": []
}