---
title: "Issue a short-lived mobile setup link for an existing integration"
method: POST
path: "/v1/integrations/{integrationIdentifier}/mobile-link"
tags: ["Integrations"]
---

# Issue a short-lived mobile setup link for an existing integration

`POST /v1/integrations/{integrationIdentifier}/mobile-link`

Returns an opaque, single-use setup token plus a mobile URL for configuring an existing chat integration. Telegram is the only supported provider initially.

## Path parameters

- `integrationIdentifier` string, required

## Headers

- `idempotency-key` string

## Request body

- IssueIntegrationMobileLinkRequestDto
  - `subscriberId` string — Optional subscriber to link via `/start` deep link after mobile setup completes. When provided, the consume response may include a ready-to-open Telegram deep link.

## Response `200`

OK

- IssueTelegramMobileLinkResponseDto
  - `token` string, required — Opaque, single-use token identifying this Telegram mobile-setup session
  - `url` string, required — Absolute URL the user can open on a mobile device to complete Telegram setup
  - `expiresAt` string, required — ISO-8601 timestamp at which the token expires

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `413` — Payload Too Large
- `414` — URI Too Long
- `415` — Unsupported Media Type
- `422` — Unprocessable Entity
- `429` — The client has sent too many requests in a given amount of time.
- `500` — Internal Server Error
- `503` — The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.

---

[API](https://skmtc.net/novu/apis/novu-api.md) · [All operations](https://skmtc.net/novu/apis/novu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novu/novu-api/versions/e4a270f838f0/schema)
