Get customers matching the query parameters.

GET {{baseUrl}}/introducers/customer-search?registration-number=<string>&name=<string>&region-id=<integer>&street=<string>&city=<string>&postal-code=<string>&locality=<string>&phone=<string>&website=<string>&company-type=<string>&country-code=<string>

This endpoint allows to execute a search query for customer Business Partners and get back search hits that match the query.

Request Params

KeyDatatypeRequiredDescription
registration-numberstringCompany registration number to search for matching customer business partners.
namestringName to search for matching (company) names of customer business partners.
region-idstring(FR/US only) Region ID to search for matching addresses of customer business partners.
streetstring(FR/US only) Street address to search for matching addresses of customer business partners.
citystringCity to search for matching addresses of customer business partners.
postal-codestringPostal code to search for matching addresses of customer business partners.
localitystring(GB/ES/Nordics only) Locality to search for matching addresses of customer business partners.
phonestringPhone number to search for matching customer business partners.
websitestring(FR/US only) Website to search for matching customer business partners.
company-typestringFinds customers that match a certain company type.
country-codestring(FR/US only) Country code to search for customer business partners.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;businessPartnerRef&quot;:{&quot;registrationNumber&quot;:&quot;\u003cstring\u003e&quot;,&quot;sourceCountryCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;companyType&quot;:&quot;\u003cstring\u003e&quot;},&quot;name&quot;:&quot;sint dolore enim&quot;,&quot;address1&quot;:&quot;sint est sit dolore tempor&quot;,&quot;address2&quot;:&quot;nulla mollit sed&quot;,&quot;city&quot;:&quot;sed aute&quot;,&quot;postalCode&quot;:&quot;fugiat aliqua in sed&quot;,&quot;countryCode&quot;:&quot;officia&quot;},{&quot;businessPartnerRef&quot;:{&quot;registrationNumber&quot;:&quot;\u003cstring\u003e&quot;,&quot;sourceCountryCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;companyType&quot;:&quot;\u003cstring\u003e&quot;},&quot;name&quot;:&quot;in&quot;,&quot;address1&quot;:&quot;labore&quot;,&quot;address2&quot;:&quot;sit et labore irure dolore&quot;,&quot;city&quot;:&quot;aliqui&quot;,&quot;postalCode&quot;:&quot;non in&quot;,&quot;countryCode&quot;:&quot;nostrud et&quot;}]