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://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"