Return List Of Attachments On The Given Profile

Gets a list of attachments on the given profile ordered by modified date.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

query Parameters
page
integer <int32>

The page number to fetch. Should be a positive integer.

pageSize
integer <int32>
Default: 10

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404
get/compliance/kyc-protect/profiles/{profileId}/attachments
Request samples
Response samples
application/json
{
  • "totalSize": 0,
  • "items": [
    ]
}