Obter uma mensagem

Retorna uma única mensagem pelo seu ID interno.

Authentication

AuthorizationBearer

API Key in the format mk_live_<43-chars>. Obtain from the Dashboard or POST /auth/api-keys.

Path parameters

idstringRequired
Muchaw DEV internal message ID

Response

Default Response
idstring
Muchaw DEV internal message ID
numberIdstring
ID of the WhatsApp number associated with this message
waMessageIdstring or null

WhatsApp message ID returned by Meta Cloud API (null for pending messages)

directionstring

Message direction: INBOUND or OUTBOUND

fromContactstring

Sender contact (BSUID preferred, phone as fallback)

toContactstring

Recipient contact (BSUID preferred, phone as fallback)

typestring

Message type (text, template, image, document, audio, video, location, interactive)

bodyany or null

Message payload content — structure varies by type

statusstring or null

Current delivery status (e.g., sent, delivered, read, failed)

statusTimestampstring or null
ISO 8601 timestamp of the last status update
createdAtstring
ISO 8601 timestamp when the message was created

Errors

401
Unauthorized Error
404
Not Found Error