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. instance

Get Instance Info

Get the instance info

PreviousSet SettingsNextInitialize Instance

Last updated 11 months ago

to get instance data

GET https://api.cartat.net/instance

Headers

Name
Type
Description

Accept*

application/json

Content-Type*

application/json

Authorization*

Bearer {{token}}

you can find your access token

{
    "instance_id": "11111346",
    "user": "96653000000",
    "phase": "كارتات",
    "profile_pic": "https://pps.whatsapp.net/v/t61.24694-24/3286603766002126697_n.jpg?ccb=11-4&oh=01_AdS4Jw6yxv9cn2F5chSUOrQQqCngGLoY-tMzgA6QNY4Z-A&oe=64E53AF0"
}
📲
📶
here