FeelConnect▍
ProductsDocsPricingChangelog
Sign inGet API keys
FeelConnect▍

The developer-first financial data platform.

All systems operational

Products

Universal LinkData APIsAI enrichmentPricing

Developers

DocumentationAPI explorerDashboardGet API keys

Company

HomeChangelogfeels.moneySign in

Legal

PrivacyTermsSecurityData processing
© 2026 FeelConnect. All rights reserved./v1 · FC-Version 2026-07-01

docs / explorer

API explorer

Every /v1 endpoint, runnable from this page against the sandbox. Bring a test key, build a request, read the live JSON — or take the guided flow and connect a sandbox bank end to end.

Link

Institutions

Items

Accounts

Transactions

Financial data

AI enrichment

Sandbox

POST/v1/institutions/search

Case-insensitive search across the institution network. Empty query browses the most popular, capped at 20.

Test keys only. The explorer refuses live keys (fc_sk_live_…). Your key persists in this browser's localStorage — clear it on a shared machine.

Name or alias. Empty string browses by popularity.

Filter by institution type.

ISO country codes (comma-separated).

Example response

"institution_id": "inst_chase",
"name": "Chase",
"type": "bank",
"primary_color": "#117ACA",
"monogram": "CH",
"logo_url": "/institutions/inst_chase.png",
"oauth": true,
"mfa": false,
"status": "healthy"
}
]
}

This is a representative 200 body. Run the request to see the live response from the sandbox.