Return All Key Party Records Linked To A Profile

This endpoint will return all created Key Party folders linked to the profile id.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

Id of the profile

query Parameters
entityType
string

Entity type of the key party. Available values are individual, business.

keyPartyTypes
string

Type of the key party. Available values are director, shareholder and ubo.

page
integer
Default: 1

Starting page number.

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

Not Found

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