A zero-auth sandbox to explore DeepLink endpoints without signing up. Point it at any deployed instance, pick a tenant slug, and run calls live. Great for evaluating or debugging.
Pick the instance you want to hit.
Simulates the native SDK calling POST /api/v1/resolve with a slug. Returns the deep-link target + custom_data.
—
What a freshly-installed app does: send its fingerprint to POST /api/v1/match and see if a recent click can be attributed.
—
How an app would report a conversion / signup / purchase to POST /api/v1/events. Requires an API key for writes on real tenants — this playground uses an open demo slot.
—