Connect API Catalog///
- API Documentation
Creditsafe Connect
- Upload attachments for fresh investigation orderId
Create Fresh Investigation
Get Fresh Investigations
Retrieve FreshInvestigation Order
Delete Fresh Investigations
Update FreshInvestigation Report Content
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
Upload attachments for fr...
Returns the status of attachment upload for the particular order.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/attachments
- Production serverhttps://connect.creditsafe.com/v1/freshinvestigations/{orderId}/attachments
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/attachments' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F importFile=string \
-F description=stringResponse
{ "correlationId": "string", "message": "string", "details": "string" }