cURL
curl --request GET \ --url https://api.notifique.dev/v1/telegram/messages/inbound/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "clxx_in_1", "instanceId": "clxx_inst", "receivedAt": "2026-04-12T15:00:00.000Z", "updateId": "10002", "preview": "Texto: Olá", "chatId": "123456789", "fromUsername": "usuario", "isFromBot": false, "payload": { "update_id": 10002, "message": { "message_id": 1, "text": "Olá" } } } }
Um item da lista de inbound: prévia, campos extraídos quando possível (chatId, fromUsername, …) e payload com o JSON original do Telegram. Escopo telegram:read.
chatId
fromUsername
payload
Authorization: Bearer sk_live_xxxxx
Objeto completo em data.
data
Show child attributes
Was this page helpful?