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_read - Webhooks Readcurl --location 'https://api.zid.sa/v1/managers/webhooks/health-summary' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"status": "object",
"data": {
"healthy": 54,
"degraded": 0,
"broken": 0
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}