cURL
curl --request PATCH \ --url https://api.op.xyz/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>" }
Update an existing webhook.
Show child attributes
e.g. https://yoursite.com/webhook
https://yoursite.com/webhook