Update Webhook
Update an existing webhook’s URL and status. Webhooks are created with ‘disabled’ status by default and must be enabled using this endpoint.
Important: The event category cannot be changed after webhook creation. Only the URL and status can be updated.
Default Behavior:
- All webhooks are created with
status: "disabled" - Use this endpoint to set
status: "enabled"to start receiving events - URL can be updated to change the webhook destination
Documentation Index
Fetch the complete documentation index at: https://docs.carbn.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Must be included in the x-api-key header.
Body
Unique identifier of the webhook to update
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
The HTTPS URL where webhook events will be sent. Must use HTTPS protocol.
^https://.*"https://testmywebhook.requestcatcher.com/test112"
Status of the webhook. Webhooks are created with 'disabled' status by default and must be enabled using this endpoint.
enabled, disabled "disabled"
Response
Webhook updated successfully
Unique identifier of the updated webhook
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Updated webhook URL
"https://testmywebhook.requestcatcher.com/test112"
Updated webhook status
enabled, disabled "enabled"
The event category for this webhook (cannot be changed after creation)
"ONRAMP_TRANSACTION_STATUS"