Documentation Index
Fetch the complete documentation index at: https://docs.linquid.io/llms.txt
Use this file to discover all available pages before exploring further.
Deep Links API
Deep-link endpoints attribute app installs or first opens to recent web clicks so the app can route users to the intended destination.Endpoints
POST /deep-links/attributePOST /deep-links/attribute-by-hashGET /deep-links/check/:clickId
Attribution inputs
POST /deep-links/attribute accepts raw device/browser attributes and computes identity hashes server-side.
POST /deep-links/attribute-by-hash accepts precomputed hashes:
stableHashsemiStableHash(optional)fullHash(optional)
appId, optional deviceId, and optional linkId scoping.
Matching model
- Matching checks hash tiers in order: full -> semi-stable -> stable.
- Response includes:
matchedbooleanconfidence(high,medium,low,none)matchedHashtimeDecay
- When matched, click context is returned (
linkId,campaignId, destination URL, UTM/referrer metadata, clickId).
Click ID lookup flow
UseGET /deep-links/check/:clickId for install-referrer style flows where click ID is already available in the app.
Response returns:
found: true/false- click context when found
Operational notes
- Attribution is best-effort and depends on recent click cache availability.
- These endpoints are designed for SDK/app-server integration paths rather than dashboard UI calls.
- Use HTTPS and avoid sending raw high-entropy client fingerprints unless required by your privacy policy.
/user-guides/manual/growth/deep-links-and-qr-reference/user-guides/manual/workspace/workspace-settings-and-governance-reference

