get https://cubi-sandbox-api.customersbank.com/webhooks/v1/
This endpoint allows users to see one specific webhook.
Responses
This endpoint allows users to see one specific webhook.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/webhooks/v1/id \
--header 'accept: application/json'
xxxxxxxxxx
10{
"eventTypeName": "string",
"callbackUrl": "string",
"secretText": "string",
"description": "string",
"id": "string",
"modificationDate": "string",
"creationDate": "string",
"isActive": true
}