PATCH
/
webhooks
/
{id}
curl --request PATCH \
  --url https://api.other.page/v1/webhooks/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "events": [
    "account.created"
  ],
  "callbackUrl": "<string>"
}'
{
  "events": [
    "account.created"
  ],
  "callbackUrl": "<string>",
  "id": "<string>",
  "signingKey": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200 - application/json

The response is of type object.