List contacts
Returns a paginated list of contacts in your workspace. Supports search and filtering.
Authorization
api-key X-API-Key<token>
API key for the public Messaging API (/v1/*)
In: header
Query Parameters
search?string
Search by name, phone, or email
limit?number
Results per page (default: 25, max: 100)
page?number
Page number (default: 1)
Response Body
curl -X GET "http://localhost:3006/v1/contacts"Empty