Fetch customer details
Query Parameters
GSTIN, PAN, BUYER_ID, CUSTOMER_NAME list of invoice statuses to filter by
list of payment statuses to filter by
list of customer statuses to filter by
list of tag key-value pair to filter by
list of tag key-value pair to filter by (exclude)
list of tag key to filter by (exclude)
owner ID to search by
owner role to search by
not owner role to search by
contact role to search by
not contact role to search by
Page number for pagination.
Page size for pagination.
INVOICE_DATE, DUE_DATE, PROMISE_TO_PAY_DATE Start date for invoices
End date for invoices
Customer creation date start - will return customers created on or after this date. Pass as YYYY-MM-DD string
Customer creation date end - will return customers created on or before this date. Pass as YYYY-MM-DD string
Return customers whose updatedAt is on or after this date. Pass as YYYY-MM-DD.
Return customers whose updatedAt is on or before this date. Pass as YYYY-MM-DD.
Gotcha: the end-date comparison is a raw <= against the updated_at DateTime
column (same semantics as createdAtEnd). A customer that was updated late on the end
day may fall outside the window — pass the next day if you need the full end day covered.
Currencies