get https://sandbox-api.helix.q2.com/customer/list
List all customers for your program. The results are ordered by lastName
then firstName
. Each customer object will contain an additional property, customerCount
, which can be used in combination with the pageNumber
and pageSize
query params to paginate results. All customers, regardless of any flags or status, will be returned.