Data providers
The data providers list includes all active providers
The “Data providers” menu option displays an exhaustive list of all active providers on the Akoya platform and does not reflect your own subscriptions. To view your subscriptions, click “My apps,” select your application, and click “Subscriptions.”
The “Data providers” section displays a list of all providers live on the Akoya network.
Data dictionary
The Akoya data dictionary is currently available in an Excel file downloadable from the Hub. The dictionary includes current coverage of data elements supported by ten of our providers and two core providers. Please see our Data dictionary guide for more information (you must be logged into the Hub to view the article). You can also search for the data dictionary guide in the Support Center.
You can download the latest version of our data dictionary by clicking the teal “Download data dictionary” button at the top-right corner of the window. This document is a comprehensive list of data element support by provider and is updated regularly.
Searching and filtering
Search box
Search for a provider by name or provider ID. Results will display in the window as you type.
Filter by product
Clicking on the vertical ellipsis will bring up a list of Akoya products to select from an “any” or “all” match drop-down:
- “Any” will return a list of providers who support at least one of the products selected.
- “All” will return a list of providers who support all the products you’ve selected.
Export provider data
You can export a complete or filtered provider list to CSV or JSON.
CSV supported fields
Field | Description |
---|---|
provider_name | Provider display name |
provider_id | Unique provider ID |
supported_products | Akoya product(s) supported by the provider |
JSON supported data elements
Name | Data type | Description |
---|---|---|
displayName | String | Provider display name |
id | String | Unique provider ID |
supportedProducts | Array(String) | Akoya product(s) supported by the provider |
Example
Below are sample CSV and JSON exports.
Note
The actual export is unbeautified JSON. The example below has been formatted for easier viewing.
provider_name,provider_id,supported_products
Mikomo,mikomo,"transactions,account_info,balances,customers,investments,payments,statements"
[
{
"displayName": "Mikomo",
"id": "mikomo",
"supportedProducts": [
"transactions",
"account_info",
"balances",
"customers",
"investments",
"payments",
"statements"
]
]
Provider info pages
Clicking on any provider will take you to its info page.
The provider info page is separated into the following tabs:
- Account types
- displays a list of all account types and their corresponding
accountType
enum values (shown in the Hub under the "CODE" column).
- displays a list of all account types and their corresponding
- Data inventory
- displays a list of data elements supported by that provider.
- Documentation
- The “Documentation” tab contains documentation with implementation considerations specific to that provider.
- Sample users
- The “Sample Users” tab includes a list of test accounts for use in the sandbox environment. These accounts exist in our mock provider, Mikomo Bank, and their account data reflects provider nuances with respect to the data elements supported.
Updated about 1 month ago