Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
loyalty_program.read - Loyalty Program Readcurl --location --request GET 'https://api.zid.sa/v1/managers/store/loyalty-program-info' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Accept-Language: en'{
"status": "object",
"payload": {
"title_ar": "نقاط الولاء",
"title_en": null,
"content_ar": "<p>10 نقاط يتم الحصول عليها مقابل كل 50 ريال تم الشراء بها.<br />صالحة لمدة سنة كاملة.<br />والنقاط المكتسبة قابلة للأستبدال بمقابل مبلغ مالي عند اتمام عملية الشراء القادمة.</p>",
"content_en": null
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}