Get Block List
GET {{URL}}/v1/contacts/blocklist?limit=10&offset=0
To obtain a list of your blocked contacts, Send a
GET
call to
/v1/contacts/blocklist
.
Request Params
| Key | Datatype | Required | Description |
| limit
| number | | Optional.<br/><br/>Accepted range is (0; 200]. Default: 100. |
| offset
| number | | Optional.<br/><br/> Default: 0. |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"contacts":[{"wa_id":"16315551000@s.whatsapp.net"}],"pagination":{"limit":10,"offset":0,"total":1},"meta":{"api_status":"stable","version":"v2.45.1"}}