put https://cubi-sandbox-api.customersbank.com/webhooks/v1/
This endpoint allows users to modify an existing webhook. Users can edit the callback URL and description.
Responses
This endpoint allows users to modify an existing webhook. Users can edit the callback URL and description.
xxxxxxxxxx
curl --request PUT \
--url https://cubi-sandbox-api.customersbank.com/webhooks/v1/id \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"eventTypeName": "string",
"callbackUrl": "string",
"secretText": "string",
"description": "string"
}