Connect API Catalog///
- API Documentation
Creditsafe Connect
- Confidence Match Search
Company Search
Company Credit Report
Confidence Match Search
Supply all company search criteria to find potential company matches ranked by a single score. - Interpreting confidence match scores.
Note: This endpoint does not support pagination. Any pagination-related query parameters sent by the client will be ignored and will not affect the response.
Security
bearerToken
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.
Default:null
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/companies/match
- Production serverhttps://connect.creditsafe.com/v1/companies/match
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/companies/match?country=GB&matchThreshold=905®No=string&vatNo=string&name=string&street=%7Bstreet%7D&houseNo=string&city=string&postCode=string&province=string&phoneNo=string&reference1=free%20text%201&reference2=free%20text%202&reference3=free%20text%203&callRef=%7BcallRef%7D' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
- ConnectConfidenceMatchMatchResults
- ConnectConfidenceMatchNoResults
{ "totalMatches": 0, "matchedCompanies": [ { … } ] }