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 By Lable ID

To get chats by label id

PreviousChats/{chat_id}NextLabels

Last updated 1 year ago

if you need to get chats by label id using Cartat WhatsApp API You can use this endpoint.

To get chats by label id

GET https://api.cartat.net/chats/label/:label_id

Path Parameters

Name
Type
Description

label_id*

1

label id

Headers

Name
Type
Description

Accept*

application/json

Content-Type*

application/json

Authorization*

Bearer {{token}}

you can find your access token

📲
📬
here