get https://cubi-sandbox-api.customersbank.com/webhooks/v1/EventHistory//runs
Responses
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/webhooks/v1/EventHistory/id/runs \
--header 'accept: application/json'
xxxxxxxxxx
14{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"id": "string",
"eventHistoryId": "string",
"statusText": "string",
"attemptDate": "string"
}
]
}