---
title: "Retrieve a deferred deep link"
method: POST
path: "/AppInstall"
tags: ["Deferred Deep Linking"]
---

# Retrieve a deferred deep link

`POST /AppInstall`

Retrieves information about the deferred deep linking event. This call should be 
performed when the consumer first opens the app. It provides deep link data but 
does not log a conversion event.

## Response `200`

OK - Returns success attributes even if no match was found.

- DeepLinkResponse
  - `landingPage` string, uri — URL of the web page the consumer was redirected to before the app store.
  - `clickId` string — Unique identifier generated by impact.com for the referring click.
  - `clickIpAddress` string — IP Address captured prior to the app store redirect.
  - `connectionIpAddress` string — IP Address captured when the connection to this endpoint is made.

## Other responses

- `400` — Bad Request - Returns an array of errors or 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)
