Contacts
Get common groups
List the groups the connected WhatsApp account shares with this contact (WhatsApp’s "groups in common").
id is the contact’s JID (e.g. 12345@c.us). Returns the same group list-item shape as GET /v1/groups. Requires groups:read.
Request
curl -X GET "https://api.blueticks.co/v1/contacts//common_groups"{
"success": true,
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"owner": "string",
"createdAt": "2019-08-24T14:15:22Z",
"lastMessageAt": "2019-08-24T14:15:22Z",
"participantCount": 0,
"restrict": true
}
],
"limit": 0,
"skip": 0,
"total": 0
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Response
Response Body
application/json
application/json