Update a webhook configuration.
cURL
curl --request PUT \ --url https://api.example.com/api/v1/webhooks/{webhook_id} \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "collection": "<string>", "events": [ "<string>" ], "filter": "<string>", "enabled": true, "headers": {} } '
{ "id": "<string>", "account_id": "<string>", "url": "<string>", "collection": "<string>", "events": [ "<string>" ], "filter": "<string>", "enabled": true, "headers": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "created_by": "<string>" }
Request body for updating a webhook (all fields optional).
1 - 2048
1 - 100
1
Show child attributes
Successful Response
Webhook details response (secret NOT included).