Contacts & Chats APIs
The Contacts & Chats APIs allow you to programmatically manage contacts, retrieve chat and lead data, update user statuses, and modify chat records from any external system or integration.
Before You Begin
Generate your API token from More → API Tokens in the Customer Panel
Base URL:
https://api.v7.botpenguin.comAll requests must include the following headers:
Authorization
Bearer YOUR_API_TOKEN
authtype
Key
Content-Type
application/json
Available APIs
GET
Segments / Groups
/inbox/segments
Retrieve all segments and groups configured for your account
GET
Chats / Leads Listing
/inbox/direct/chats
Fetch paginated chat and lead records for a specific bot
POST
Add WhatsApp Contact
/inbox/users/import
Import one or more contacts into your account
POST
Get User Inbox
/inbox/users
Retrieve filtered and paginated contact records from your inbox
PUT
Update User Status
/inbox/users/status-update
Update the status of one or more contacts by User ID
PUT
Update Chat / Lead Data
/inbox/direct/lead
Update profile, tags, attributes, and status of a specific chat or lead
FAQs
Support
If everything is correct and you are still unable to move forward, write to us at support@botpenguin.com. We will respond back within 48 business hours.
Last updated
Was this helpful?