Master Data
Get Contacts
Get paginated list of contacts with optional search. Staff/Administrator only.
GET
Get Contacts
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Sort field with direction
Search by client/company name
Minimum string length:
2Response
Successful Response
Paginated response for contact info list
Pagination metadata following API standards.
Attributes: page: Current page number (1-indexed) limit: Items per page total: Total number of items matching query totalPages: Total number of pages hasNext: Whether there is a next page hasPrev: Whether there is a previous page
Get Contacts