Skip to main content
PATCH
/
webhooks
/
{id}
Update an existing Webhook
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>",
    "url": "<string>",
    "method": "<string>"
  },
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.driv.ly/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Webhook is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Body

application/json
id
string

Webhook is uniquely identified by id

method
string

Webhook has Method

url
string<iri>

Webhook has URL

Response

Webhook Updated

data
Webhook · object
success
boolean