Blueticks
Chats

List chat participants

For group chats, returns the participant list (paginated).

For DMs, returns the single counterparty. Requires chats:read.

Request

curl -X GET "https://api.blueticks.co/v1/chats/string/participants"
GET
/v1/chats/{chat_id}/participants

Path Parameters

chat_id*string

Query Parameters

searchToken?string

Search token; when set, only participants whose resolved name or phone/JID matches (case-insensitive substring) are returned, and total reflects the matched count.

Lengthlength <= 200
skip?integer

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

Default0
Range0 <= value
limit?integer

Max participants to return.

Default100
Range1 <= value <= 500

Response

Response Body

application/json

application/json