@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias ConnectedAccountsGetParameters

    type ConnectedAccountsGetParameters = {
        connected_account_id?: string;
        email?: string;
    }
    Index
    connected_account_id?: string

    ID of the connected account that you want to get.

    email?: string

    Email address associated with the connected account that you want to get.