Skip to main content
POST
Link telegram with its own credentials

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>. One key manages every profile on the account.

Body

application/json
profile_id
string
required

Id of the brand profile to act on. List them with GET /v1/profiles.

bot_token
string
required
write-only

telegram secret. Stored write-only; never returned.

chat_id
string
required

telegram credential field.

name
string

Optional label for this connection.

Response

Success.

The response envelope is stable — a profile_id plus the payload — but its inner fields are not yet pinned down in this document.