Skip to main content
GET
Get system URLs configuration
Retrieve system URLs including terms and conditions, privacy policy, FAQs, and support email. This endpoint provides all the legal and support-related URLs that need to be displayed in the mobile app.

Use Cases

  • Display links in settings or about screens
  • Show legal documents when required
  • Provide support contact information
  • Ensure compliance with app store requirements

Response

Returns a systemUrls object containing:
  • termsAndConditions: URL to the terms and conditions page
  • privacyPolicy: URL to the privacy policy page
  • faqs: URL to the frequently asked questions page
  • supportEmail: Email address for customer support

Example

Request

cURL
JavaScript
Swift/iOS

Response

See Also

Response

System URLs returned successfully.

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