cURL
curl --request PATCH \ --url https://verification.didit.me/v3/webhook/destinations/{destination_uuid}/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "label": "<string>", "url": "<string>", "enabled": true, "webhook_version": "v1", "subscribed_events": [ "<string>" ] } '
{}
Update a webhook destination’s label, URL, enabled state, webhook version, or subscribed events.
v1
v2
v3
Updated webhook destination.
The response is of type object.
object