Authorization: Bearer ********************ZohoBooks.contacts.READ-Read Contactscurl --location --request GET '/contacts?contact_type=customer&contact_name=Bowman and Co&company_name=Bowman and Co&first_name=Will&last_name=Smith&address=4900 Hopyard Rd&email=willsmith@bowmanfurniture.com&phone=+1-925-921-9201&filter_by=&search_text=&sort_column=contact_name&zcrm_contact_id=460000000026049&zcrm_account_id=460000000026049&zcrm_vendor_id=460000000026049&page=1&per_page=200'{
"code": 0,
"message": "success",
"contacts": [
{
"contact_id": 460000000026049,
"contact_name": "Bowman and co",
"company_name": "ABC Studios",
"contact_type": "customer",
"status": "active",
"payment_terms": 0,
"payment_terms_label": "Due on Receipt",
"currency_id": "460000000000097",
"currency_code": "USD",
"outstanding_receivable_amount": 250,
"unused_credits_receivable_amount": 1369.66,
"first_name": "Peter",
"last_name": "Parker",
"email": "willsmith@bowmanfurniture.com",
"phone": "+1-925-921-9201",
"mobile": "+1-4054439562",
"created_time": "2016-06-05T02:30:08-0700",
"last_modified_time": "string"
}
],
"page_context": {
"page": 1,
"per_page": 200,
"has_more_page": false,
"applied_filter": "Status.All",
"sort_column": "created_time",
"sort_order": "D"
}
}