latestOpenAPI 3.0.0Proprietary2026-08-22131410675.6 KB

8d8a7cf79204

webhooks

Update a webhook

Update the webhook url property

put/v1/environment/webhooks/{webhook_id}

Request body

urlstring url

A URL

namestring

The name of the webhook

store_idinteger

Store ID

Example request

{
  "url": "https://example.com/resource",
  "headers": [
    {
      "key": "custom-key",
      "value": "custom-value"
    }
  ],
  "name": "My Updated Webhook",
  "store_id": 123456
}

Response

The request was successful.

string required