Skip to content

DE Company Search (Non Ltd)

Request

Endpoint to search for DE non-ltd Companies according to the provided Search Criteria.

Security
bearerToken
Query
namestringrequired

The name of the company to search for.

countryAreaCodestring or null

The international dialing code for the telephone number (e.g., ""+49"" for Germany).

numberstring or null

The primary telephone number

areaCodestring or null

The regional or city-specific area code ( e.g. ""030"" for Berlin ).

zipPostCodestring or null

A combination of ZIP and PO box information, if applicable.

countrystring or null

The country of the address.

zipCodeboolean or null

The postal code associated with the address. This field is optional.

postCodestring or null

The post office box number, if applicable.

streetstring or null

The street name and house number for the address. This field is optional.

Default:null
citystring or nullrequired

The city where the company is located. This field is mandatory.

Default:null
curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/localSolutions/DE/nonLtdCompanies?name=string&countryAreaCode=string&number=string&areaCode=string&zipPostCode=string&country=string&zipCode=true&postCode=string&street=%7Bstreet%7D&city=%7Bcity%7D' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
matchesArray of objects
Response
{ "matches": [ {} ] }