Skip to main content
GET
/
api
/
v1
/
customers
Search Customers
curl --request GET \
  --url https://{subdomain}.unicyfalcon.com/api/v1/customers
Same as List Customers with query parameters:
  • search (string): Search in name, username, or email
  • language (string): Filter by language code
  • per_page, page: Pagination
See List Customers for full response format.