Endpoints to search for Companies in the Creditsafe Global Company Database. Companies are uniquely identified by the connectId - the identifier used to order a Company Credit Report. The Company Credit Report is a JSON object comprising of key business and financial data points such as Credit Score & Limit, Industry Code, Directors, Balance Sheet and Negative Information. A full list of Company data points can be found in the Data Matrix, in the help resources.
Order a Company Credit Report
Endpoint to search for Companies according to the provided Search Criteria. To get the most relevant results, it is recommended to use a unique identifier such as regNo where available. If a unique identifier is not available, use a combination of the companies registered postCode and name for the next best hit rate.
connectId - The primary Company identifier that is used to uniquely identify all companies across Creditsafe's Universe and Partner Network. This is returned on all Company Search Results. Use this field to use in other operations such as Ordering Company Credit Report by Id, and Adding Company to Monitoring Portfolio.
Provide as true to find Companies matching a Name exactly.
A list of countries this is available at company search exact parameter availability.
This parameter allows users to assign a unique identifier to their API queries. By using a callRef, it facilitates easier tracking and logging within Connect. If you provide a callRef, the Connect team can later retrieve and identify the specific requests associated with that identifier, enabling detailed tracing of interactions.
High-level status. Values include "Active", "NonActive", "Pending" and "Other". Note - “Pending” indicates that the entity has entered into a legal process such as insolvency or liquidation, and “Other” indicates an unknown status.
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/companies
- Production serverhttps://connect.creditsafe.com/v1/companies
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/companies?page=1&pageSize=0&countries=GB%2CFR&language=%7Blanguage%7D&id=%7Bid%7D&safeNo=string®No=string&vatNo=string&name=string&tradeName=string&acronym=string&exact=true&address=string&street=%7Bstreet%7D&houseNo=string&city=string&postCode=string&province=string&callRef=%7BcallRef%7D&officeType=Registered&phoneNo=string&status=Active&type=NotSet&website=string&customData=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- CreditsafeGlobalDataSearchResponse_1_CreditsafeGlobalDataCompany
- ConnectCompanySearchNoResults
{ "correlationId": "string", "messages": [ { … } ], "totalSize": 0, "companies": [ { … } ] }