Get all contacts
Returns a paginated list of contacts with optional filtering by search text and creation date
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
organizationId
Organization ID
merchantId
Merchant ID
Query parameters
pageSize
Number of responses per page
Allowed values:
pageNumber
Page number
sort
Ascending or descending order (by creation date)
Allowed values:
startDate
Filter by creation date
searchText
Search text for firstName, lastName, or externalId
countrySymbol
Filter by country code (e.g., US, AR)
countrySymbolNot
Filter by country code (not equals) (e.g., US, AR, CL)
Response
Paginated list of contacts retrieved successfully
contacts
Array of contacts
pagination
Pagination metadata