Get all contacts
Returns a paginated list of contacts with optional filtering by search text and creation date
Path parameters
organizationId
Organization ID
merchantId
Merchant ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
pageSize
Number of responses per page
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
Response
Paginated list of contacts retrieved successfully
contacts
Array of contacts
pagination
Pagination metadata