Blueticks
Chats

List chats

List the chats (conversations) the connected WhatsApp engine sees, most-recent first.

Offset-paginated via limit + skip, with an optional case-insensitive substring search on the chat name via searchToken and a filter to restrict to one chat kind. Requires chats:read.

Request

curl -X GET "https://api.blueticks.co/v1/chats"
GET
/v1/chats

Query Parameters

searchToken?string

Search token; when set, only items whose name matches are returned.

Lengthlength <= 200
filter?string

Restrict to one chat kind.

Value in"groups" | "contacts" | "newsletters"
include_last_message?boolean

Include the last message snippet on each chat row.

include_extended_info?boolean

Include extended chat metadata (engine-side opt-in).

include_without_name?boolean

Include chats with no resolved name (default: skipped).

skip?integer

Number of items to skip before the page (default 0).

Default0
Range0 <= value
limit?integer

Page size (1-200, default 50).

Default50
Range1 <= value <= 200

Response

Response Body

application/json

application/json