Accounts
Get account relationship
Get account relationship by ID
get/accounts/{account_id}/relationships/{relationship_id}
Path parameters
relationship_idstring uuid required
Example:1a582c51-e4ff-4e57-9558-08cab6b963aa
Relationship ID of the account associate with the account entity
account_idstring uuid required
Example:57826c51-e4ff-4e57-9558-08cab6b963c7
Unique identifier for the account.
Response
Account relationship
Example response
{
"ownership_percentage": 35.75
}