Skip to content

Verify

Verify is an exclusive add-on to Creditsafe's company credit reports, designed to assist businesses in making smarter, quicker, and more informed credit decisions. For new or small companies that lack a detailed financial footprint, Verify offers unparalleled insights by screening company directors and the individuals behind businesses for their personal financial stability and identity.

Using Verify, you can confidently assess a company's leadership, using trusted public datasets that highlight potential financial concerns, such as CCJs or Insolvencies and confirm that they reside at an address on the Electoral roll.

Return Indicator Based On Company Identifier

Request

Returns an indicator as to whether verify information is available on a business.

Security
bearerToken
Path
idstring/^(GB|IE)-[01]-.+$/irequired

Unique identifier for the company.

Query
reasonForSearchstringrequired

Reason for performing the search.

Enum:"AM""AV""BS""CA""DC""DS""EC""GI""QS""TV"
curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/verify/company/{id}?reasonForSearch=AM' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
companyIDstring

Unique identifier for the company.

verifyMatchboolean

Indicates if the verification matches the company.

Response
{ "companyID": "string", "verifyMatch": true }