cURL
curl --request PATCH \ --url https://commerce.driv.ly/api/webhooks/{id} \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "method": "<string>", "url": "<string>" }'
{ "data": { "id": "<string>", "method": "<string>", "url": "<string>" }, "success": true }
Webhook is uniquely identified by id
The number of levels of related objects to include in the response
Webhook Updated
The response is of type object.
object