Chats/{chat_id}
To get specific chat with messages using chat ID ( mobile number )
if you need to get a specific chat on WhatsApp using chat ID ( mobile number )
get a specific chat with messages on WhatsApp using chat ID ( mobile number )
GET
https://api.cartat.net/chats/9665xxxxxxx
please make sure to pass the mobile number with the country code without + or 0 at the start of the number, eg.
✅ 966500000000 ❌ 0096650000000 ❌ +96605000000
Headers
Name
Type
Description
Accept*
application/json
Content-Type*
application/json
Request Body
Name
Type
Description
limit
50
The amount of messages to return. If no limit is specified, the available messages will be returned. Note that the actual number of returned messages may be smaller if there aren't enough messages in the conversation. Set this to Infinity to load all messages.
Last updated