Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.whatsapp-use.com/v1/whatsapp/conversations/{conversation_id}/messages \ --header 'Authorization: Bearer <token>'
{ "messages": [ { "message_id": "<string>", "conversation_id": "<string>", "chat_jid": "<string>", "wa_message_id": "<string>", "sender_jid": "<string>", "sender_push_name": "<string>", "direction": "<string>", "is_from_me": true, "content_type": "<string>", "body": "<string>", "status": "<string>", "reply_to_wa_id": "<string>", "reactions": {}, "media": {}, "sent_at": "2023-11-07T05:31:56Z", "received_at": "2023-11-07T05:31:56Z", "edited_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z", "seq": 123 } ], "contacts": [ { "person_id": "<string>", "display_name": "<string>", "first_name": "<string>", "last_name": "<string>", "company": "<string>", "whatsapp_push_name": "<string>", "phone_e164": "<string>", "phone_jid": "<string>", "lid_jid": "<string>" } ], "has_more": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Required when the API key can access multiple WhatsApp connections.
x >= 1
Message page.
Hide child attributes