This page contains the API documentation for the getting all contacts of platform.
https://api.v7. Convertalk.com/inbox/users
HTTP Method: POST
Authorization
: A bearer token is required for authentication. Replace [MASKED_TOKEN]
with your valid API token. This token is used to authenticate and authorize the request.searchText
(string): Search text to filter users.tags
(array): An array of tags to filter users.status
(array): An array of status values to filter users.isOnline
(boolean): Indicates whether users are online._botWebsite
(array): Filter users based on interactions on the website._botWhatsapp
(array): Filter users based on interactions on WhatsApp._botTelegram
(array): Filter users based on interactions on Telegram._botFacebook
(array): Filter users based on interactions on Facebook._agentAssigned
(array): Filter users assigned to specific agents.segments
(array): An array of segments to filter users.applicableFilters
(array): An array of applicable filters.lastSeenAt
(object): Date range filter for the last seen timestamp.createdAt
(object): Date range filter for the creation timestamp.userInteracted
(boolean): Indicates whether users have interacted.lastMessageBy
(array): Filter users based on the last message sender.isLiveChatActive
(boolean): Indicates whether live chat is active for users.hasOrdered
(object): Filter users based on their order history.[MASKED_TOKEN]
in the request with your actual API token and customize the request body filters as needed for your use case.
[MASKED_TOKEN]
in the request with your actual API token for actual usage.