Fetch Message Info API example Request

View as Markdown
- **URL**: `https://business.me-mate.net/whatsappbusiness/fetchmessageinfo` - **Method**: `POST` ### Request - **`api_key`**: Your authentication key to access the API. - **`message_id`**: The unique identifier of the WhatsApp message you want to fetch. ### Response - **`status`**: Indicates whether the request was successful. - **`message.data`**: - **`message_id`**: The unique identifier of the message. - **`message_text`**: The content of the message (e.g., "hii"). - **`message_type`**: Type of message (e.g., `text`, `image`, etc.). - **`message_from`**: The sender’s WhatsApp number. - **`direction`**: Indicates whether the message is inbound (received) or outbound (sent). - **`status`**: Status of the message (e.g., `success`). - **`timestamp`**: Unix timestamp indicating when the message was sent/received.

Request

This endpoint expects an object.
api_keystringRequired
message_idstringRequired

Response

OK
statusboolean
messageobject