webhooks

Update a Webhook

Update the webhook url property

put/v1/environment/webhooks/{webhook_id}

Request body

urlstring url

A URL

Example request

{
  "url": "http://api.shipengine.com/v1/labels/se-28529731",
  "headers": [
    {
      "key": "custom-key",
      "value": "custom-value"
    }
  ]
}

Response

The request was successful.

string required

Changes