Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Indicator Based On Company Identifier
Retrieve Individual Full Information
Retrieve Individual Summary Information
Execute Individual Search
Execute Individual Search
Return Indicator Based On...
Returns an indicator as to whether verify information is available on a business.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/verify/company/{id}
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/verify/company/{id}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/verify/company/{id}?reasonForSearch=AM' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "companyID": "string", "verifyMatch": true }