Associates multiple entities with an account under a single relationship type.
Documentation Index
Fetch the complete documentation index at: https://docs.lead.bank/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique key to ensure idempotent requests
255Account ID The ID of the Account object.
^account_\w+$"account_xyz123"
Request body for batch creating entity relationships on an account.
List of entity IDs to associate with the account under the specified relationship type.
20The ID of your entity.
^entity_[^\s]{1,33}$Indicates the type of Entity
account_holder, authorized_signer, authorized_user Entity relationships created successfully.
The ID of the Account object.
^account_\w+$"account_xyz123"
Indicates the type of Entity
account_holder, authorized_signer, authorized_user List of entity IDs associated with the account under the specified relationship type.
The ID of your entity.
^entity_[^\s]{1,33}$