{ "opencollection": "1.0.0", "info": { "name": "Envestnet Aggregation APIs Account Token Providers API", "version": "1.1.0" }, "items": [ { "info": { "name": "Providers", "type": "folder" }, "items": [ { "info": { "name": "Envestnet Get Providers", "type": "http" }, "http": { "method": "GET", "url": "/providers", "params": [ { "name": "capability", "value": "", "type": "query", "description": "CHALLENGE_DEPOSIT_VERIFICATION - capability search is deprecated" }, { "name": "dataset$filter", "value": "", "type": "query", "description": "Expression to filter the providers by dataset(s) or dataset attribute(s). The default value will be the dataset or dataset attributes configured as default for the customer." }, { "name": "fullAccountNumberFields", "value": "", "type": "query", "description": "Specify to filter the providers with values paymentAccountNumber,unmaskedAccountNumber." }, { "name": "institutionId", "value": "", "type": "query", "description": "Institution Id for Single site selection" }, { "name": "name", "value": "", "type": "query", "description": "Name in minimum 1 character or routing number." }, { "name": "priority", "value": "", "type": "query", "description": "Search priority" }, { "name": "providerId", "value": "", "type": "query", "description": "Max 5 Comma seperated Provider Ids" }, { "name": "skip", "value": "", "type": "query", "description": "skip (Min 0) - This is not applicable along with 'name' parameter." }, { "name": "top", "value": "", "type": "query", "description": "top (Max 500) - This is not applicable along with 'name' parameter." } ] }, "docs": "This API Reference guide is intended for FastLink 4 Users. For FastLink 3 Users, there are additional integration notes related to this endpoint here.

The get provider service is used to get all the providers that are enabled, search a provider service by name or routing number and get popular sites of a region.

Searching for a provider using a routing number is applicable only t" }, { "info": { "name": "Envestnet Get Provider Details", "type": "http" }, "http": { "method": "GET", "url": "/providers/:providerId", "params": [ { "name": "providerId", "value": "", "type": "path", "description": "providerId" } ] }, "docs": "The get provider detail service is used to get detailed information including the login form for a provider.
The response is a provider object that includes information such as name of the provider,
provider's base URL, a list of containers supported by the provider, the login form details of the provider, etc.
Only enabled datasets, attributes and containers gets returned in the response.

Note:
  • This service supports the localization feature and accepts locale as a hea" }, { "info": { "name": "Envestnet Get Providers Count", "type": "http" }, "http": { "method": "GET", "url": "/providers/count", "params": [ { "name": "capability", "value": "", "type": "query", "description": "CHALLENGE_DEPOSIT_VERIFICATION - capability search is deprecated" }, { "name": "dataset$filter", "value": "", "type": "query", "description": "Expression to filter the providers by dataset(s) or dataset attribute(s). The default value will be the dataset or dataset attributes configured as default for the customer." }, { "name": "fullAccountNumberFields", "value": "", "type": "query", "description": "Specify to filter the providers with values paymentAccountNumber,unmaskedAccountNumber." }, { "name": "name", "value": "", "type": "query", "description": "Name in minimum 1 character or routing number." }, { "name": "priority", "value": "", "type": "query", "description": "Search priority" } ] }, "docs": "The count service provides the total number of providers that get returned in the GET /providers depending on the input parameters passed.
    If you are implementing pagination for providers, call this endpoint before calling GET /providers to know the number of providers that are returned for the input parameters passed.
    The functionality of the input parameters remains the same as that of the GET /providers endpoint

    Note:
  • The capability has been deprecated in the query par" } ] } ], "bundled": true }