Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 3.34 KB

Institution.md

File metadata and controls

23 lines (18 loc) · 3.34 KB

Institution

Properties

Name Type Description Notes
language_iso_code str The language in which the provider details are provided. For example, a site supports two languages English and French. English being the primary language, the provider response will be provided in French depending on the user's locale. The language follows the two letter ISO code.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
favicon str Favicon link of the provider.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
country_iso_code str Country to which the provider belongs.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
is_added_by_user str Indicates that the site has been added by the user at least once.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
priority str Indicates the priority for which the service is invoked.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul><b>Applicable Values</b><br> [optional] [readonly]
primary_language_iso_code str The primary language of the site.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
base_url str The base URL of the provider's site.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
login_url str The login URL of the provider's site.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
provider_id list[int] providerId<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
name str The name of a provider site.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
logo str The logo link of the provider institution. The link will return the logo in the PNG format.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
id int Unique identifier for the provider site.(e.g., financial institution sites, biller sites, lender sites, etc.).<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]
last_modified str Determines when the provider information was updated by Yodlee. If the customer caches the data, the cache is recommended to be refreshed based on this field.<br><br><b>Endpoints</b>:<ul><li>GET institutions</li></ul> [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]