cURL
curl --request GET \ --url https://api.notifique.dev/v1/telegram/instances/{instanceId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "id": "clxx_inst", "name": "Suporte", "status": "ACTIVE", "createdAt": "2026-04-01T12:00:00.000Z", "updatedAt": "2026-04-01T12:05:00.000Z", "mode": "USER", "botUsername": null, "userTermsAcceptedAt": "2026-04-01T12:00:01.000Z", "userTermsVersion": "v1", "hasSession": true } }
Detalhe de uma instância: modo, status, se já há sessão/token configurado (hasSession), datas de aceite de termos no modo usuário. Escopo telegram:instances:list.
hasSession
Authorization: Bearer sk_live_xxxxx
Objeto em data. hasSession indica se a conexão já pode enviar (bot com token ou usuário com sessão salva).
data
Show child attributes
Was this page helpful?