This endpoint is used to track when a user opens your app via a Dub-powered deep link (for both iOS and Android).
cURL
curl --request POST \ --url https://api.dub.co/track/open \ --header 'Content-Type: application/json' \ --data '{ "deepLink": "<string>", "dubDomain": "<string>" }'
{ "clickId": "<string>", "link": { "id": "link_xxx", "domain": "acme.link", "key": "fb-promo", "url": "https://acme.com/product/123" } }
The response from the tracked open event.
The response is of type object.
object
Was this page helpful?