Returns both system URLs and social media URLs configuration.
termsAndConditions: Terms and conditions page URLprivacyPolicy: Privacy policy page URLfaqs: Frequently asked questions page URLsupportEmail: Customer support email addressfacebook: Facebook page URLinstagram: Instagram profile URLlinkedin: LinkedIn company page URLtwitter: Twitter/X profile URLBACKEND_SECRET for authentication.Configuration data returned successfully.
true {
"systemUrls": {
"termsAndConditions": "https://www.handauncle.com/terms",
"privacyPolicy": "https://www.handauncle.com/privacy",
"faqs": "https://www.handauncle.com/faqs",
"supportEmail": "hello@handauncle.com"
},
"socialMediaUrls": {
"facebook": "https://www.facebook.com/handauncle",
"instagram": "https://www.instagram.com/handauncle",
"linkedin": "https://www.linkedin.com/company/handauncle",
"twitter": "https://twitter.com/handauncle"
}
}