Creates A Key Party Folder Linked To The Profile Id

Uses the details provided by the user to create key parties. Returns the created key parties information.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

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

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

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