Cartat WhatsApp API
  • 🚛Get Started
  • 💼Use case
  • 📲WhatsApp API
    • 📶instance
      • ⚙️Settings
        • Get Settings
        • Set Settings
      • Get Instance Info
      • Initialize Instance
      • Link WhatsApp using QR
      • Get QR string
      • Get Instance Status
      • Restart Instance
      • Logout
      • Destroy
    • 📤Messages
      • Send Text
      • Send Media
    • 📬Chats
      • Chats
      • Chats/{chat_id}
      • Chats By Lable ID
    • 🏷️Labels
      • Labels
    • 🔢Contacts
      • Contacts
Powered by GitBook
On this page
  1. WhatsApp API
  2. Chats

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

Authorization*

Bearer {{token}}

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.

{
    "status": "success",
    "chat": {
        "id": {
            "server": "c.us",
            "user": "9665000000000",
            "_serialized": "9665000000000@c.us"
        },
        "name": "Jhone Due",
        "isGroup": false,
        "isReadOnly": false,
        "unreadCount": 0,
        "timestamp": 1698317263,
        "archived": false,
        "pinned": false,
        "isMuted": false,
        "muteExpiration": 0
    },
    "messages": [
        {
            "_data": {
                "id": {
                    "fromMe": false,
                    "remote": "9665000000000@c.us",
                    "id": "3A1F984EA234C4",
                    "_serialized": "false_9665000000000@c.us_3A1F984EA23D284164C4"
                },
                "rowId": 1001213641,
                "viewed": false,
                "body": "بوت",
                "type": "chat",
                "t": 1691347263,
                "from": {
                    "server": "c.us",
                    "user": "9665000000000",
                    "_serialized": "9665000000000@c.us"
                },
                "to": {
                    "server": "c.us",
                    "user": "966531896270",
                    "_serialized": "966531896270@c.us"
                },
                "self": "in",
                "ack": 3,
                "invis": true,
                "star": false,
                "kicNotified": false,
                "isFromTemplate": false,
                "pollOptions": [],
                "pollInvalidated": false,
                "latestEditMsgKey": null,
                "latestEditSenderTimestampMs": null,
                "mentionedJidList": [],
                "groupMentions": [],
                "isVcardOverMmsDocument": false,
                "isForwarded": false,
                "labels": [],
                "hasReaction": false,
                "productHeaderImageRejected": false,
                "lastPlaybackProgress": 0,
                "isDynamicReplyButtonsMsg": false,
                "isMdHistoryMsg": false,
                "stickerSentTs": 0,
                "isAvatar": false,
                "lastUpdateFromServerTs": 0,
                "requiresDirectConnection": false,
                "invokedBotWid": null,
                "links": []
            },
            "id": {
                "fromMe": false,
                "remote": "9665000000000@c.us",
                "id": "3A1F984EA23D284164C4",
                "_serialized": "false_9665000000000@c.us_3B1F982EA23184164C4"
            },
            "ack": 3,
            "hasMedia": false,
            "body": "بوت",
            "type": "chat",
            "timestamp": 16983472633,
            "from": "9665000000000@c.us",
            "to": "966531896270@c.us",
            "deviceType": "ios",
            "isForwarded": false,
            "forwardingScore": 0,
            "isStatus": false,
            "isStarred": false,
            "fromMe": false,
            "hasQuotedMsg": false,
            "hasReaction": false,
            "vCards": [],
            "mentionedIds": [],
            "isGif": false,
            "links": []
        }
    ]
}
PreviousChatsNextChats By Lable ID

Last updated 11 months ago

you can find your access token

📲
📬
here