curl -X GET https://sandbox.layerfi.com/v1/businesses/${business_id}/customers/ \ -H "Authorization: Bearer <access_token>" \
{ "data": [ { "external_id": "customer-1", "individual_name": "John Doe", "company_name": "Acme, Inc.", "email": "john@hotmail.com", "mobile_phone": "555-555-5555", "office_phone": "555-555-5555", "address_string": "123 Main St, Phoenix, AZ 85001", "notes": "This is a note" }, { "external_id": "customer-2", "individual_name": "Jane Doe", "company_name": "MegaCorp", "email": "jane@hotmail.com" } ] }
List all customers within Layer
GET
include_archived