Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Alejandrin08/Hackathon-SPEI/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/openfinance/products
Returns all financial products — accounts, credit cards, and loans — pulled from the user’s connected Open Finance providers. Products are populated or refreshed by callingPOST /api/openfinance/sync/{connectionId}.
Response
Unique product identifier (UUID).
UUID of the connection this product belongs to.
Name of the provider that reported this product, e.g.,
"BBVA".Type of financial product, e.g.,
"checking", "savings", "credit_card", "loan".Display name of the product as reported by the provider.
Current balance as of the last sync.
ISO 4217 currency code, e.g.,
"MXN".Next scheduled payment amount (applicable to loans or credit cards), if available.
Date of the next scheduled payment in ISO 8601 date format, if applicable.
ISO 8601 timestamp of when this product’s data was last refreshed.
Response
