---
title: "GetDeepLink"
method: GET
path: "/channel/{channelid}/deep-link/{id}"
tags: ["Deep_Links"]
---

# GetDeepLink

`GET /channel/{channelid}/deep-link/{id}`

Get Deep link

## Path parameters

- `channelid` string, required
- `id` string, required

## Response `200`

Success-Response:

- object
  - `deepLink` object, required — <p>Object with targetted deep link data</p>
    - `_id` string, required — <p>Deep Link ID</p>
    - `shortLinkUrlPath` string, required — <p>Short link url path</p>
    - `androidDeepLinkUrl` string, required — <p>Android Deep Link Url</p>
    - `iosDeepLinkUrl` string, required — <p>Ios Deep Link Url</p>
    - `url` string, required — <p>Deep link url</p>
    - `iosBehavior` string, required — <p>Ios Behavior</p>
    - `androidBehavior` string, required — <p>Android Behavior</p>
    - `utmParams` object, required — <p>Utm Params</p>
      - `utmSource` string, required — <p>Utm Source</p>
      - `utmMedium` string, required — <p>Utm Medium</p>
      - `utmCampaign` string, required — <p>Utm Campaign</p>
    - `fallbackUrl` string, required — <p>Fallback Url</p>
    - `channel` string, required — <p>Channel's ID</p>
    - `createdAt` string, required — <p>Created date</p>
    - `clicked` string, required — <p>Click count</p>

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/c2dffd898fd9/schema)
