Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_store_social_read - Read the store's social media linkscurl --location --request GET 'https://api.zid.sa/v1/managers/account/store/social' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"status": "object",
"social": {
"facebook": "soomy.albaik",
"twitter": "ooo",
"instagram": "weho",
"snapchat": "test",
"tiktok": "555"
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}