---
title: "CreateShortLink"
method: POST
path: "/channel/{channelId}/short-links"
tags: ["Shortlinks"]
---

# CreateShortLink

`POST /channel/{channelId}/short-links`

Create short link

## Path parameters

- `channelId` string, required

## Request body

- object
  - `url` string, required — <p>The original URL to be shortened</p>
  - `notificationId` string — <p>The notification id</p>

## Response `200`

Success-Response:

- object
  - `_id` string, required — <p>The ID of the created short link</p>
  - `url` string, required — <p>The full short link URL</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)
