customers
List and search customers
Returns a paginated list of customers sorted by creation date. Supports fuzzy search across customer names, business names, and email addresses, plus exact filtering by email and verification status. Default limit is 25 customers per page, maximum 200.
get/customers
Query parameters
limitinteger
How many results to return
offsetinteger
How many results to skip
searchstring
Searches on certain fields
statusstring
Filter by customer status
Headers
Accept'application/vnd.dwolla.v1.hal+json' required
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Response
successful operation