get https://cubi-sandbox-api.customersbank.com/webhooks/v1/EventTypes
This endpoint provides a list of all webhooks available for user subscription.
Responses
This endpoint provides a list of all webhooks available for user subscription.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/webhooks/v1/EventTypes \
--header 'accept: application/json'
xxxxxxxxxx
{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
"string"
]
}