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:
status: "disabled"status: "enabled" to start receiving eventsAPI key for authentication. Must be included in the x-api-key header.
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://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"
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"