cURL
curl --request GET \ --url https://api.notifique.dev/v1/whatsapp/messages/{messageId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "messageId": "<string>", "to": "<string>", "type": "<string>", "status": "<string>", "scheduledAt": "2023-11-07T05:31:56Z", "sentAt": "2023-11-07T05:31:56Z", "deliveredAt": "2023-11-07T05:31:56Z", "readAt": "2023-11-07T05:31:56Z", "failedAt": "2023-11-07T05:31:56Z", "errorMessage": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
Consulta status e metadados de uma mensagem (entrega, leitura, falha). Escopo: whatsapp:read.
API Key no header Authorization. Exemplo: Authorization: Bearer sk_live_xxxxx
Authorization: Bearer sk_live_xxxxx
Dados da mensagem. Resposta padronizada com envelope success/data; status em MAIÚSCULO.
true
Conteúdo de data na resposta de status. Status sempre em MAIÚSCULO.
Show child attributes
Was this page helpful?