---
title: "Get Deferred Deep Link"
method: POST
path: "/DeferredDeepLink"
tags: ["Deferred Deep Linking"]
---

# Get Deferred Deep Link

`POST /DeferredDeepLink`

Retrieves deferred deep linking information after a user has installed and opened the app for the first time.
This endpoint only accepts a Content-Type of `application/x-www-form-urlencoded`.

## Response `200`

The request was processed successfully. The response contains the deep link information.

- DeepLinkSuccessResponse
  - `landingPage` string, uri — The URL of the web page the user was on before being deferred to the app store.
  - `clickId` string — The unique identifier generated by impact.com for the referring click.
  - `clickIpAddress` string — The IP address captured when the user clicked the tracking link.
  - `connectionIpAddress` string — The IP address captured when the app made this API request.

## Other responses

- `400` — The request was invalid due to missing or malformed parameters. The response contains errors and warnings.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
