List contacts
This request/endpoint is platform-agnostic (e.g., WhatsApp, website) and returns a list of contacts along with their associated profile data. It also supports various filtering options in the request
Last updated
This request/endpoint is platform-agnostic (e.g., WhatsApp, website) and returns a list of contacts along with their associated profile data. It also supports various filtering options in the request
Last updated
{
"success": false,
"message": "Argument passed in must be a single String of 12 bytes or a string of 24 hex characters",
"code": 400
}{
"success": false,
"message": "jwt malformed",
"code": 401
}curl 'https://api-v7.express.com/inbox/users' \
-X 'POST' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-H 'authtype: Key' \
-d '{
"searchText": "",
"tags": [],
"status": [],
"isOnline": false,
"_botWebsite": [],
"_botWhatsapp": [],
"_botTelegram": [],
"_botFacebook": [],
"_agentAssigned": [],
"segments": [],
"applicableFilters": ["userInteracted"],
"lastSeenAt": {
"startAt": "",
"endsAt": ""
},
"createdAt": {
"startAt": "",
"endsAt": ""
},
"userInteracted": true,
"lastMessageBy": [],
"isLiveChatActive": false,
"hasOrdered": {
"status": false,
"lastAt": ""
},
"page": 1,
"isExport": "none",
"isContact": true
}' \
--compressed