Notifly
API ReferenceIntegrations

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

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

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.

Authorization

secretKey
Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".

In: header

Path Parameters

integrationIdentifier*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/integrations/string/mobile-link" \  -H "Content-Type: application/json" \  -d '{}'
{  "data": {    "token": "string",    "url": "string",    "expiresAt": "string"  }}