The Account Ownership object 

Financial Connections
Account Owner
The Account Ownership object

Attributes

  • idstring

    Unique identifier for the object.

  • objectstring

    String representing the object’s type. Objects of the same type share the same value.

  • createdtimestamp

    Time at which the object was created. Measured in seconds since the Unix epoch.

  • ownersobject

    A paginated list of owners for this account.

    • owners.objectstring

      String representing the object’s type. Objects of the same type share the same value. Always has the value list.

    • owners.dataarray of objects

      Details about each object.

      • owners.data.idstring

        Unique identifier for the object.

      • owners.data.objectstring

        String representing the object’s type. Objects of the same type share the same value.

      • owners.data.emailnullable string

        The email address of the owner.

      • owners.data.namestring

        The full name of the owner.

      • owners.data.ownershipstring

        The ownership object that this owner belongs to.

      • owners.data.phonenullable string

        The raw phone number of the owner.

      • owners.data.raw_addressnullable string

        The raw physical address of the owner.

      • owners.data.refreshed_atnullable timestamp

        The timestamp of the refresh that updated this owner.

    • owners.has_moreboolean

      True if this list has another page of items after this one that can be fetched.

    • owners.urlstring

      The URL where this list can be accessed.

The Account Ownership object
{
"id": "fcaowns_1MwVKR2eZvKYlo2CGV7Mmt6s",
"object": "linked_account_ownership",
"created": 1681412227,
"owners": {
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/linked_accounts/fca_1MwVKR2eZvKYlo2CoMV2L3PV/owners?ownership=fcaowns_1MwVKR2eZvKYlo2CGV7Mmt6s"
}
}