Skip to main content

Footer Endpoint

This guide explains how to interact with the Footer endpoint in the Sumaya369 web application. The endpoint provides data for the website footer, including important links and social media information.

Retrieve all footer data for the website.

Endpoint

  • Method: GET
  • URL: /v1/customer/home-footer

Request Headers

HeaderValueRequired
Content-Typeapplication/jsonYes
Acceptapplication/jsonYes
AuthorizationBearer tokenNo

Success Response

{
"success": true,
"message": "تم جلب البيانات بنجاح.",
"data": {
"footer": {
"روابط هامة": {
"مدونة د. سمية": "https://testing-storefront.sumaya369.net/pages/about/",
"استشارة مجانية": "https://book.sumaya369.net/",
"التسويق بالعمولة": "#",
"تواصل معنا": "mailto:support@sumaya369.net",
"الاسئلة الشائعة": "https://testing-storefront.sumaya369.net/FAQ/",
"الشروط والاحكام": "https://testing-storefront.sumaya369.net/pages/terms-and-conditions-with-privacy-policy/"
},
"التواصل الاجتماعي": {
"sumaya_snapchat": "sumayah369",
"sumaya_twitter": "sumayah369",
"sumaya_instagram": "dr.sumayah369",
"sumaya_youtube": "DrSumaya369",
"sumaya_tiktok": "dr.sumaya369",
"sumaya_podcast": "id1440015781?l=ar"
}
}
},
"status_code": 200
}

Implementation Notes

  • Returns important links and social media information organized in sections
  • Links are grouped into "روابط هامة" (Important Links) and "التواصل الاجتماعي" (Social Media)
  • All URLs are retrieved from system settings
  • No caching is implemented for this endpoint