Connect API Catalog///
- API Documentation
Creditsafe Connect
- Get attachments for the given fresh investigation orderId
Create Fresh Investigation
Get Fresh Investigations
Retrieve FreshInvestigation Order
Delete Fresh Investigations
Update FreshInvestigation Report Content
Upload attachments for 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
Get attachments for the g...
Returns attachments available for that 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 GET \
'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/attachments' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "correlationId": "string", "Attachments": [ { … } ] }