Skip to content

US Search Support

Fresh Investigation Request

Request

Places an order for a Fresh Investigation (Offline Report). Providing as much detail as possible about the Company, our team will use official sources and registries to quickly answer questions about a company's stability and financial health. Fresh Investigations take 5.5 days on average to complete. By adding consent:true to the request, you are allowing Creditsafe to disclose your company details to the company you have requested the Investigation against, to be used only in the aim of improving our Investigation report.

Security
bearerToken
Query
operationTypestring

type of check

Value:"searchSupport"
Example:operationType=searchSupport
Body
attachmentstring

Base64 encoded string of any relevant document or file that supports the investigation request.

fiBodyobject

Contains all necessary details about the investigation, focusing on both the customer submitting the request and the target subject.

curl -i -X POST \
  'https://connect.sandbox.creditsafe.com/v1/localSolutions/US/searchSupport?operationType=searchSupport' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -F attachment=string \
  -F 'fiBody={"companyId":"string","comments":"string","companyName":"string","consent":"string","customerEmail":"string","customerId":"string","customerName":"string","customerPhoneNo":"string","customerUserId":"string","executiveName":"string","ipAddress":"string","targetBuildingNumber":"string","targetCity":"string","targetCompanyName":"string","targetContact":"string","targetPhoneNo":"string","targetSosNumber":"string","targetState":"string","targetStreet":"string","targetTaxId":"string","targetTradeName":"string","targetWebsiteUrl":"string","targetZip":"string"}'

Responses

Bodyapplication/json
freshInvestigationRequestResultobject
Response
{ "freshInvestigationRequestResult": { "Message": "", "Status": "Success", "TransId": "27079" } }