POST
/
track
/
open
Track a deep link open event
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"
  }
}

Body

application/json

Response

200
application/json

The response from the tracked open event.

The response is of type object.