Skip to main content
GET
List blocked addresses

Authorizations

Authorization
string
header
required

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

Query Parameters

identity_type
enum<string>

What kind of address this is. "phone" is stored in international format, "email" is lowercased, and "whatsapp_user_id" is the WhatsApp id of a contact whose phone number is hidden.

Available options:
phone,
email,
whatsapp_user_id
cursor
string

Cursor from a previous response.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

Default Response

items
object[]
required
next
string | null
required