Update an existing customer profile.

Update an existing customer profile with encrypted data. The customer profile must exist and the request must be authorized.

Path Params
string
required

Program code assigned to the partner.

string
required

Unique customer token.

Body Params

Encrypted update request payload.

encryptedData
object

Represents a container for encrypted data used in secure data transfer operations. Contains the encrypted payload and associated cryptographic metadata, including encryption version, ephemeral public key, and public key hash. Used to securely transmit sensitive information such as user data, ensuring confidentiality and integrity during transport.

string | null

Unique id in GUID format, must match the RequestID in the headers. Used for idempotency and encryption.

Headers
string
required

Unique request identifier (GUID).

string
Defaults to external

Type of customer (default: External).

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Invalid or missing parameters.

401

Unauthorized access.

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json