Skip to main content
PATCH
/
api
/
v2
/
webhooks
/
{webhookId}
/
url
Updates a webhook setting url
curl --request PATCH \
  --url https://gateway.paybyrd.com/api/v2/webhooks/{webhookId}/url \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "url": "https://your-url.com/webhook"
}
'

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
string
required

The webhook that you want to update.

Body

application/json
url
string
required

Your server URL to receive the notifications from Paybyrd

Response

200

200