Update Webhook
Permissions Required
Request Body
{
"url": "https://example.com/my/new/webhook/endpoint", // optional
"description": "My updated webhook", // optional
"status": "Enabled" // optional
"events": [ // optional
"wallet.transfer.initiated",
"wallet.transfer.executed",
"wallet.transfer.confirmed",
],
}Property
Type - Optional
Description
Response
Property
Type
Description
Last updated