post https://sandbox-api.helix.q2.com/customer/search
Retrieve customer information by the given parameter(s). See customer object definition for parameter details. 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.
[block:callout]
{
"type": "info",
"body": "This endpoint requires a POST request despite the fact that it does not modify or create any data. This is to prevent sensitive data (such as taxId) from possibly being stored in any HTTP logs. "
}
[/block]