Connect API Catalog///
- API Documentation
Creditsafe Connect
- Comments for 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 attachments for the given fresh investigation orderId
Get attachment for the given fresh investigation attachment Id
Retrieve comments of specified FreshInvestigation Report
Retrieve FreshInvestigation Report Content
Comments for fresh invest...
Returns the status of comments for the particular 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 POST \
'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/comments' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"comments": "comments by user"
}'Response
{ "correlationId": "string", "message": "string" }