GET
/
v2
/
views
/
{view_id}
/
blocked-phones
List phone numbers excluded by a saved view
curl --request GET \
  --url https://api-v2.watchcollect.com/v2/views/{view_id}/blocked-phones \
  --header 'Authorization: Bearer <token>'
{
  "blocked_phones": [
    "<string>"
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

view_id
string<uuid>
required

Response

Excluded phone numbers.

blocked_phones
string[]
required
total
integer
required