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