List Account Owners
GET / v1 / financial_connections / accounts /:id / owners
Lists all owners for a given Account
Parameters
- ownership string Required The ID of the ownership object to fetch owners from.
More parameters
- ending _ before string
- limit integer
- starting _ after string
Returns
A dictionary with a data property that contains an array of up to limit owners for a given account, starting after owner starting_after. Each entry in the array is a separate owner object. If no more owners are available, the resulting array will be empty.
Response
