Playground

Try the API in your browser

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.

Setup

Pick the instance you want to hit.

1. Resolve a short link

Simulates the native SDK calling POST /api/v1/resolve with a slug. Returns the deep-link target + custom_data.

2. Deferred-install match

What a freshly-installed app does: send its fingerprint to POST /api/v1/match and see if a recent click can be attributed.

3. Send a custom event

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.