Skip to main content
PUT
/
webhooks
/
{webhookId}
Update Webhook
curl --request PUT \
  --url https://api.getredo.com/v2.2/webhooks/{webhookId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "webhook": {
    "callback": {
      "auth": {
        "bearer": {
          "token": "abc123"
        }
      },
      "url": "https://subscriber.example.org/events"
    },
    "externalId": null
  }
}
'
{
  "detail": "<string>",
  "instance": "<string>",
  "title": "<string>",
  "type": "about:blank"
}

Path Parameters

webhookId
string
required

Webhook ID

Example:

"64e5a865a58eefeed7f05ea6"

Body

application/json
webhook
Webhook update · object
required

Webhook update.

Response

Success