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