# Search customers by name or email Searches for customers associated with the authenticated account based on a search string that matches their name or email. Endpoint: GET /customers/search Version: 1.0 ## Query parameters: - `search` (string) Search string to filter customers by name or email ## Header parameters: - `cc-api-key` (string, required) Chaching API Key ## Response 200 fields (application/json): - `id` (string, required) - `name` (string, required) - `email` (string, required) ## Response 400 fields