Skip to content

Get attachment for the given fresh investigation attachment Id

Request

Retrieve attachment for the given attachmentId.

Security
bearerToken
Path
orderIdstringrequired

fresh investigation orderId

idstringrequired

fresh investigation attachment id for the given order

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

Responses

Attachment as a binary stream.

Body
string, (binary)(CreditsafeFreshInvestigationGlobalDataCoreAttachmentBinaryAttachment)
Response
string