Skip to main content
GET
Get all app configurations
Retrieve all app configuration settings including system URLs and social media URLs. This endpoint returns the complete configuration that mobile apps need to render links, show support information, and display social media connections.

Response

The response includes two main configuration objects:
  • systemUrls: Legal and support-related URLs
    • termsAndConditions: Terms and conditions page URL
    • privacyPolicy: Privacy policy page URL
    • faqs: Frequently asked questions page URL
    • supportEmail: Customer support email address
  • socialMediaUrls: Social media profile URLs
    • facebook: Facebook page URL
    • instagram: Instagram profile URL
    • linkedin: LinkedIn company page URL
    • twitter: Twitter/X profile URL

Usage

This endpoint is typically called once when the app starts to cache the configuration locally. The URLs are displayed in:
  • Settings screens
  • About pages
  • Footer links
  • Share dialogs
  • Contact support flows

Example

Request

cURL
JavaScript
Kotlin/Android

Response

Configuration Management

To update these URLs, administrators can use the dedicated update endpoints: Both update endpoints require the BACKEND_SECRET for authentication.

Response

Configuration data returned successfully.

success
enum<boolean>
required
Available options:
true
data
object
required
Example:
meta
object
required