Skip to content

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 }