Skip to main content
PATCH
Update Compliance Data

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Path Parameters

identity_id
string
required

Unique identifier of the identity whose compliance data is to be updated

Body

application/json
update_reason
enum<string>
required

Reason for the compliance data update

Available options:
UPDATE_REASON_UNSPECIFIED,
USER_INITIATED,
EDD_REQUEST,
DATA_CORRECTION
Example:

"USER_INITIATED"

request_id
string<uuid>
required

Client-provided request identifier in UUID format. Serves as an idempotency key.

Pattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
identity_id
string

Unique identifier of the identity whose compliance data is to be updated

update_data
kyc · object

The compliance data to update

Response

Success

The response is of type UpdateComplianceDataResponse · object.