Получить контакты
GET
/waInstance{{idInstance}}/getContacts/{{apiTokenInstance}}Документация GetContacts
Request
None
Request samples
Responses
getContacts(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
id
string
required
name
string
required
contactName
string
required
type
string
required
ExamplegetContacts
[
{
"id": "11001234567@c.us",
"name": "Иван Петров",
"contactName": "Иван Петоров Работа",
"type": "user"
},
{
"id": "79001234568@c.us",
"name": "Люся Сидорова",
"contactName": "Люся Сидорова кружок шитья",
"type": "user"
},
{
"id": "79001234569-1479621234@g.us",
"name": "Моя группа",
"type": "group"
}
]
Last modified: 18 days ago