Customer Listing with API - with ColdFusion

I am trying to get a customer listing and I keep getting the error - not sure what the erro message is trying to say, docs don’t mention any required inputs.

{“errors”: [{“code”: “BAD_REQUEST”,“detail”: “At least one of given_name, family_name, company_name, email_address, or phone_number is required for a customer.”,“category”: “INVALID_REQUEST_ERROR”}]}

Do I need location for customer endpoints?

Sae request works in the API explorer.

That error happens when trying to CreateCustomer. ListCustomer is a GET request and will return all existing customers. :slightly_smiling_face:

Thanks - that was it. Changing to get was all that it needed.