post https://waapi.app/api/v1/instances//client/action/get-blocked-contacts
Retrieves a list of all blocked contacts
Log in to see full request history
Response
Retrieves a list of all blocked contacts
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/get-blocked-contacts \
--header 'accept: application/json'
xxxxxxxxxx
29}
{
"status": "success",
"instanceId": "1",
"data": [
{
"id": {
"server": "c.us",
"user": "123456789",
"_serialized": "123456789@c.us"
},
"number": "123456789",
"isBusiness": false,
"labels": [
"string"
],
"pushname": "John Doe",
"type": "in",
"isMe": false,
"isUser": true,
"isGroup": false,
"isWAContact": true,
"isMyContact": false,
"isBlocked": true
}
],