Contacts
List your workspace contact book — everyone the connected WhatsApp account has messaged.
Offset-paginated via limit + skip. Requires contacts:read.
Request
curl -X GET "https://api.blueticks.co/v1/contacts"{
"success": true,
"data": [
{
"chat_id": "string",
"name": "string",
"is_business": true
}
],
"limit": 0,
"skip": 0,
"total": 0
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Query Parameters
searchToken?string
Search token; when set, only items whose name matches are returned.
Length
length <= 200skip?integer
Number of contacts to skip before the page (default 0).
limit?integer
Page size (default 10, max 200). Pass -1 to return every contact in a single page.
Response
Response Body
application/json
application/json