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

organizationIdstringRequired
Organization ID
merchantIdstringRequired
Merchant ID

Query parameters

pageSizeenumOptional
Number of responses per page
Allowed values:
pageNumberdoubleOptionalDefaults to 1
Page number
sortenumOptional

Ascending or descending order (by creation date)

Allowed values:
startDatestringOptionalformat: "date-time"
Filter by creation date
searchTextstringOptional
Search text for firstName, lastName, or externalId
countrySymbolenumOptional

Filter by country code (e.g., US, AR)

countrySymbolNotenumOptional

Filter by country code (not equals) (e.g., US, AR, CL)

Response

Paginated list of contacts retrieved successfully
contactslist of objects
Array of contacts
paginationobject
Pagination metadata

Errors