Retrieve a list of customers with optional parameters for pagination, sorting, and filtering by email or date range.
pageintegerThe current page number. Default 1;
sortstringThe sort option. Use ‘-’ for DESC. Default ‘-createdDate’;
emailstringFind a customer by the email address.
limitintegerThe items limit. Default 20;
endDatestringISO format or UNIX timestamp;
startDatestringISO format or UNIX timestamp;
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.