POST
Send account confirmation letter

Authorizations

Authorization
string
header
required

The back-office user's id_token — the ID token, not the access_token. The API rejects access tokens.

Path Parameters

customerId
string<uuid>
required

The customer's ID.

accountId
string<uuid>
required

The account's ID.

Query Parameters

programId
string
required

The program the customer/account belongs to. Required on every request.

locale
string

Locale for the generated confirmation letter, e.g. en.

Example:

"en"

Body

application/json
userType
string
required

The recipient type the confirmation letter is generated for.

Example:

"custodian"

Response

The confirmation letter was generated and sent.

Standard mutation envelope. Additional fields may be present depending on the operation.

success
boolean
Example:

true