Links Searches To Key Parties

Add searches link to key parties for the current logged in user.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

Request Body schema: application/json
Array of objects
Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

post/compliance/kyc-protect/profiles/{profileId}/keyparties/searches/link
Request samples
application/json
{
  • "items": [
    ]
}
Response samples
application/json
{
  • "failed": [
    ],
  • "successful": [
    ]
}