Get contacts
GET
/waInstance{{idInstance}}/getContacts/{{apiTokenInstance}}Documentation 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": "Ivan Petrov",
"contactName": "Ivan Petorov Work",
"type": "user"
},
{
"id": "79001234568@c.us",
"name": "Lyusya Sidorova",
"contactName": "Liusya Sidorova Sewing Circle",
"type": "user"
},
{
"id": "79001234569-1479621234@g.us",
"name": "My group",
"type": "group"
}
]
Last modified: 18 days ago