v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBProducts
List products
Returns the active products (bank accounts, credit lines, cards or wallets) of a company, whether aggregated from a bank connection or added manually. Results are not paginated. Products not marked as visible in Embat are excluded.
get/products/{companyId}
Path parameters
companyIdstring required
Query parameters
manualboolean
Filter by how the product was added: true for manually added products, false for products aggregated from a bank connection.
Filter by how the product was added: true for manually added products, false for products aggregated from a bank connection.
Response
Successful Response
Example response
{
"data": [
{
"id": "prod_8f3a1c",
"accountingCode": "5720001",
"balance": 15234.67,
"balanceCreditGranted": 50000,
"countableBalance": 15234.67,
"arrangedBalance": 10000,
"product": "Cuenta Corriente",
"iban": "ES9121000418450200051332",
"type": "checking",
"alias": "Main checking account",
"bank": "bbva",
"bankFullName": "Banco Bilbao Vizcaya Argentaria",
"reconciliation": {
"accountingCode": "5720001",
"originalBalanceDate": "2024-01-01T00:00:00Z"
}
}
]
}