ImportConnection

🔒

Authorization

Requires user scoped authorization via session token. See the 'Session Token Authentication' section in Enablement Services Authorization guide for reference.

The importConnection mutation allows you to import a previously established aggregator connection, enabling our system to ingest and categorize transactions associated with that connection. This process facilitates transaction management and categorization for streamlined data handling within your application.

mutation ImportConnection {
    importConnection(token: String!) {
        connectionId
        provider
    }
}

Input Attributes

AttributeDescription
tokenPlaid access token

Output Attributes

AttributeDescription
connectionidUnique connection identifier.
providerConnection provider (PLAID, MX, etc)