v1
latestOpenAPI 3.1.02026-07-13385987.3 KBAccount Holder
Replace an existing account holder.
Replace a existing account holder and start tracking its ledger. The account holder can be a consumer, business or unknown.
put/v2/account-holder/{account_holder_id}
Path parameters
account_holder_idstring required
Request body
Example request
{
"id": "67890",
"industry": "fintech",
"name": "Ntropy Network Inc.",
"type": "business",
"website": "ntropy.com"
}Response
Replaced account holder
Example response
{
"id": "67890",
"industry": "fintech",
"name": "Ntropy Network Inc.",
"type": "business",
"website": "ntropy.com"
}