curl --request GET \
--url https://api.example.com/v1/ui/customersRetrieves a list of customers for the authenticated provider with optional search filtering.
curl --request GET \
--url https://api.example.com/v1/ui/customersSearch term to filter customers
Filter by derived customer status (active = has active purchases)
active, inactive Maximum number of customers to return (default: 100)
Number of customers to skip for pagination (default: 0)
Array of customer objects with enriched status and purchase data