List Contacts
List all contacts with optional filtering and pagination. Results are sorted by creation date, newest first.
Authentication
PINNACLE-API-KEYstring
API Key authentication via header
Request
This endpoint expects an object.
pageIndex
pageSize
phoneNumber
Filter contacts by phone number (E.164 format).
name
Filter contacts by name (partial match).
isArchived
Filter contacts by archived status.
Response
Returns paginated list of contacts.
data
hasMore
count
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

