cURL
curl --request GET \ --url https://api.notifique.dev/v1/telegram/messages/{messageId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "messageId": "clxx_msg", "to": "123456789", "type": "TEXT", "payload": { "message": "Oi" }, "status": "SENT", "scheduledAt": null, "sentAt": "2026-04-12T16:00:00.000Z", "deliveredAt": null, "readAt": null, "failedAt": null, "errorMessage": null, "externalId": "55", "telegramPeer": "123456789", "createdAt": "2026-04-12T15:59:00.000Z", "updatedAt": "2026-04-12T16:00:00.000Z" } }
Status atual, horários (fila, envio, falha, leitura), payload normalizado, ID externo no Telegram quando já houver. O campo interno aparece como messageId (não id). Escopo telegram:read.
payload
messageId
id
Authorization: Bearer sk_live_xxxxx
Detalhe em data.
data
Detalhe de uma mensagem enviada (GET por ID): usa messageId como identificador interno.
Show child attributes
Was this page helpful?