Request Multiple Searches Linked To A Key Party Asynchronously

Request multiple searches to be performed and linked to a key party asynchronously

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

Request Body schema: application/json
Array of objects or null (AddKeyPartySearchContract)

The Request Items collection

Responses
202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

404
post/compliance/kyc-protect/profiles/{profileId}/keyparties/searches/bulk
Request samples
application/json
{
  • "items": [
    ]
}
Response samples
application/json
{
  • "correlationId": "string",
  • "message": "string",
  • "details": "string"
}