Webhooks
Modify a webhook
Modify a webhook
put/v1/shops/{shop_id}/webhooks/{webhook_id}.json
Request body
Example request
{
"url": "https://example.com/callback/order/created"
}Response
Successful operation
Example response
{
"topic": "order:created",
"url": "https://example.com/webhooks/order/created",
"shop_id": "1",
"id": "5cb87a8cd490a2ccb256cec4"
}