Return A Profile Attachment By Profile And Attachment Id

Returns an attachment by the provided attachment Id and profile Id.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

Id of a profile.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
attachmentId
required
string <uuid>

Id of an attachment.

Example: 24faad02-7e20-4912-bdd9-51e4797380c5
Responses
200
400
401
403
404
get/compliance/kyc-protect/profiles/{profileId}/attachments/{attachmentId}
Request samples
Response samples
application/json
{
  • "id": "24faad02-7e20-4912-bdd9-51e4797380c5",
  • "fileName": "NL-X-170661060000.pdf",
  • "fileSizeInBytes": 424860,
  • "documentType": "financials",
  • "description": "test1",
  • "createdAt": "2023-08-07T07:30:03.186352Z",
  • "createdById": 101562008,
  • "createdBy": "Amol",
  • "modifiedAt": "2023-08-07T07:30:25.630464Z",
  • "modifiedById": 101562008,
  • "modifiedBy": "Amol",
  • "correlationId": "23b5a4a7-148f-4b82-8631-eab69bbe0a67"
}