GET customersAsk AIget https://api.bookingexperts.com/v3/administrations/{administration_id}/customersReturns all customers of the administrationPath Paramsadministration_idstringrequiredAdministration IDQuery Paramspage[number]integer≥ 1Page numberpage[size]integer1 to 100Page sizesortstringSort. Specify a comma separated list of attributes to sort on. Prefix attribute with a - to sort in descending order. Allowed attributes: id, created_at, updated_atfields[customer]stringFieldset. Specify a comma separated list of attributes to returnincludestringIncludes list. Specify a comma separated list of resources to include.filter[id]stringFilter on IDfilter[receive_newsletter]stringFilter on receive_newsletterfilter[title]stringFilter on titlefilter[first_name]stringFilter on first_namefilter[last_name]stringFilter on last_namefilter[phone]stringFilter on phonefilter[email]stringFilter on emailfilter[is_company]stringFilter on is_companyfilter[company]stringFilter on companyfilter[vat_nr]stringFilter on vat_nrfilter[business_registration_number]stringFilter on business_registration_numberfilter[date_of_birth]stringFilter on date_of_birthfilter[postalcode]stringFilter on postalcodefilter[city]stringFilter on cityfilter[country_code]stringFilter on country_codefilter[locale]stringFilter on localefilter[created_at]stringFilter on created_atfilter[updated_at]stringFilter on updated_atfilter[labels]stringFilter on labels. Specify a comma separated list of IDs to filter on.HeadersAccept-LanguagestringSupported languages. A comma separated list with one or more of the following locales: cs, da, de, de-AT, de-CH, en, es, fr, fr-BE, fr-LU, it, nb, nl, nl-BE, pl, pt, tr. Default: 'en'.Responses 200CustomerCollectionResponse 429Error defaultErrorUpdated 8 months ago