Skip to content

RealSimpleLinks Developer Hub

  • iOS Universal Links: Enter your iOS Bundle ID and Apple Team ID in the dashboard. We automatically generate and host your .well-known/apple-app-site-association asset safely.
  • Android App Links: Provide your Package Name and SHA-256 Certificate Fingerprints. We instantly generate and host your assetlinks.json maps.

All public SDK/API endpoints authenticate using your publishable API key via the Authorization: Bearer header validation strings.

  • POST /resolve — Used by the SDK to fetch the deferred payload upon first app open. Rate-limited to 50 req/min per IP.
  • POST /events/install — Send a confirmed app install to our real-time analytics pipeline engine.
  • POST /events/custom — Track custom post-install conversion events (e.g., purchase_completed).

Developers can pass explicit parameter objects such as deep_link_uri, fallback_web_url, and custom JSON payloads to handle specific web vs. mobile client routing paths cleanly. Standard query parameters (utm_source, etc.) are automatically preserved and forwarded to your fallback targets.