v1
latestOpenAPI 3.0.22026-08-061464031.4 MBInstitutions
Get an institution's details
Get the details of a specific institution.
get/api/institutions/{id}/
Path parameters
idstring required
The institution.id you want to get detailed information about.
Response
Ok
Example response
{
"id": 1003,
"name": "erebor_mx_retail",
"website": "https://www.erebor.com/",
"display_name": "Erebor Mexico",
"country_codes": [
"MX"
],
"primary_color": "#056dae",
"logo": "https://belvo-api-media.s3.amazonaws.com/logos/erebor_logo.svg",
"icon_logo": "https://statics.belvo.io/widget/images/institutions/erebor.svg",
"text_logo": "https://statics.belvo.io/widget/images/institutions/erebor.svg",
"form_fields": [
{
"name": "username",
"type": "text",
"label": "Client number",
"validation": "^.{1,}$",
"placeholder": "ABC333333A33",
"validation_message": "Invalid client number",
"values": [
{
"code": "001",
"label": "Cédula de Ciudadanía",
"validation": "^.{1,}$",
"validation_message": "Invalid document number",
"placeholder": "DEF4444908M22"
}
]
}
],
"features": [
{
"name": "token_required",
"description": "The institution may require a token during link creation or login"
}
],
"resources": [
"ACCOUNTS",
"BALANCES",
"INCOMES",
"OWNERS",
"RECURRING_EXPENSES",
"RISK_INSIGHTS",
"TRANSACTIONS"
],
"integration_type": "credentials",
"status": "healthy",
"openbanking_information": {
"description": "A 1ss Bank é uma fintech fundada em janeiro de 2020, com a missão de ajudar empresas com grandes ecossistemas a se tornarem fintechs, integrando e automatizando seus processos financeiros através de APIs e plataforma white-label.",
"participants": [
"1ss Bank"
],
"authorization_server_id": "aa18fcd3-2f0b-40b1-87db-8930b10b78b1"
}
}