Retrieve a paginated list of all registered contacts in your WhatsApp account with basic contact information.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Limit (optional, default: 50, min: 1, max: 100)
1 <= x <= 100
Offset (optional, default: 0, min: 0)
x >= 0
The response is of type string
.