POST:webhooks.json
POST:webhooks.json
Description
Modify one or multiple webhook endpoints.
Permission bit: "webhooks.modify"
Topic: Webhooks
Query Parameters
ids: Comma-separated array of String, required
List of webhook ids. See also: Unique Identifiers
Example: ?ids=wh_EQzGqWoY,wh_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of WebhookModify
[ { "enabled": true, "url": "http://foobar.com/webhooks/app", "whitelist": [ "" ] } ]
Response Body
Array of Webhook
Response Body Type
Loading module