Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_webhook_write - Webhooks Write{
"webhooks": [
{
"broken_webhook_id": "",
"target_url": ""
}
]
}curl --location 'https://api.zid.sa/v1/managers/webhooks/broken/recover' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data '{
"webhooks": [
{
"broken_webhook_id": "",
"target_url": ""
}
]
}'{
"status": "string",
"data": [
{
"id": "string",
"event": "string",
"target_url": "string",
"store_id": "string",
"conditions": [
"string"
],
"original_id": "string",
"subscriber": "string",
"active": true,
"doc": "string"
}
],
"message": {
"type": "object",
"code": "string",
"name": "string",
"description": "string"
}
}