Connect API Catalog///
- API Documentation
Creditsafe Connect
- Retrieve comments of specified FreshInvestigation Report
Create Fresh Investigation
Get Fresh Investigations
Retrieve FreshInvestigation Order
Delete Fresh Investigations
Update FreshInvestigation Report Content
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 FreshInvestigation Report Content
Retrieve comments of spec...
Returns the Fresh Investigation Report comments for a specific order.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/comments
- Production serverhttps://connect.creditsafe.com/v1/freshinvestigations/{orderId}/comments
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/comments' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "totalCount": 0, "comments": [ { … } ] }