Skip to main content
GET
List WhatsApp contacts

Authorizations

X-API-Key
string
header
required

API key required for all endpoints

Query Parameters

page
integer
default:1

Page number

per_page
integer
default:20

Items per page

q[customer_id_eq]
string<uuid>

Filter by exact customer ID match

q[customer_external_customer_id_eq]
string

Filter by customer's external ID from your system

q[customer_id_null]
boolean

Filter sandbox contacts (contacts with no customer assigned)

q[customer_id_not_null]
boolean

Filter contacts with customer assigned (non-sandbox)

q[profile_name_cont]
string

Filter by profile name contains (case insensitive partial match)

q[wa_id_cont]
string

Filter by phone number contains (partial match)

q[created_at_gteq]
string<date-time>

Filter by created date greater than or equal to (ISO 8601 format)

q[created_at_lteq]
string<date-time>

Filter by created date less than or equal to (ISO 8601 format)

Response

Successful response

data
object[]
meta
object