Get social media URLs configuration
Mobile app
Get Social Media URLs
Returns social media URLs for Facebook, Instagram, LinkedIn, and Twitter.
GET
Get social media URLs configuration
Retrieve social media profile URLs for Facebook, Instagram, LinkedIn, and Twitter. This endpoint provides all social media links that should be displayed in the mobile app, allowing users to connect with Handa Uncle on various social platforms.Documentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
- Display social media icons in the app
- Share buttons linking to social profiles
- About/Connect screens
- Footer social links
Response
Returns asocialMediaUrls object containing:
facebook: Facebook page URLinstagram: Instagram profile URLlinkedin: LinkedIn company page URLtwitter: Twitter/X profile URL
Example
Request
cURL
JavaScript
Kotlin/Android
Response
See Also
- Update Social Media URLs - Admin endpoint to modify these URLs
- Get All Configuration - Get both system and social media URLs
Response
Social media URLs returned successfully.
Available options:
true Example:
{
"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"
}
}