Skip to content

Get attachments for the given fresh investigation orderId

Request

Returns attachments available for that particular order.

Security
bearerToken
Path
orderIdstringrequired

fresh investigation orderId

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/attachments' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
correlationIdstring

A unique ID assigned to this request.

AttachmentsArray of objects
Response
{ "correlationId": "string", "Attachments": [ {} ] }