Skip to content

Create Fresh Investigation

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
Bodyapplication/json
consentboolean

Including this allows Creditsafe to disclose your company details to the target company in the aim of improving the quality of our Investigation Report

contactInfoobject

Your contact information

chargeReferencestring

Free text field to add your own personal reference to the order

searchCriteriaobject

Details on the company you are investigating - the target company

curl -i -X POST \
  https://connect.sandbox.creditsafe.com/v1/freshinvestigations \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "consent": true,
    "contactInfo": {
      "name": "string",
      "emailAddress": "string",
      "telephoneNumber": "string",
      "company": {
        "name": "string",
        "number": "string"
      }
    },
    "chargeReference": "string",
    "searchCriteria": {
      "name": "string",
      "additionalInfo": "string",
      "telephoneNumber": "string",
      "address": {
        "simple": "string",
        "postcode": "string",
        "city": "string"
      },
      "regNo": "string",
      "vatNo": "string",
      "countryCode": "string"
    }
  }'

Responses

Bodyapplication/json
correlationIdstring

A unique ID assigned to this request.

messagestring
orderIDstring

Fresh Investigation Unique Identifier

transactionIDstring

Fresh Investigation Internal Identifier

Response
{ "correlationId": "string", "message": "string", "orderID": "string", "transactionID": "string" }