Connect API Catalog///
- API Documentation
Creditsafe Connect
- Update FreshInvestigation Report Content
Create Fresh Investigation
Get Fresh Investigations
Retrieve FreshInvestigation Order
Delete Fresh Investigations
Upload attachments for fresh investigation orderId
Get attachments for the given fresh investigation orderId
Get attachment for the given fresh investigation attachment Id
Comments for fresh investigation orderId
Retrieve comments of specified FreshInvestigation Report
Retrieve FreshInvestigation Report Content
Update FreshInvestigation...
Update the Fresh Investigation Report data for a specific order, after the order has a status of delivered.
Security
bearerToken
Including this allows Creditsafe to disclose your company details to the target company in the aim of improving the quality of our Investigation Report
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}
- Production serverhttps://connect.creditsafe.com/v1/freshinvestigations/{orderId}
curl -i -X PATCH \
'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}' \
-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": "AF"
},
"pendingInfo": {
"contactDetails": {
"name": "string",
"emailAddress": "string",
"telephoneNumber": "string",
"company": {
"name": "string",
"number": "string"
}
},
"searchCriteria": {
"name": "string",
"additionalInfo": "string",
"telephoneNumber": "string",
"address": {
"simple": "string",
"postcode": "string",
"city": "string"
},
"regNo": "string",
"vatNo": "string",
"countryCode": "AF"
}
}
}'Response
{ "message": "FreshInvestigation OrderId is being updated" }