v1
latestOpenAPI 3.0.12026-07-268028223.9 KBTrusts
Create a trust
Create a new trust for a household
post/v1/households/{household_id}/trusts
Headers
Idempotency-Keystring
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Request body
Example request
{
"name": "Smith Family Trust",
"tax_id": "12-3456789",
"additional_info": "Revocable living trust"
}Response
trust created
Example response
{
"id": "abc123xyz",
"book_id": "book123xyz",
"household_id": "household123xyz",
"name": "Smith Family Trust",
"tax_id": "12-3456789"
}