Quiltt
Quiltt is a fintech data platform and abstraction layer over open-banking aggregators like Plaid, MX, and Finicity. It exposes a unified GraphQL API for reading end-user financial data (profiles, connections, accounts, balances, transactions, investment holdings, statements) plus a REST Admin/Auth API for profiles, connections, session tokens, and webhooks, and an embeddable Connector UI for account linking.
APIs
Quiltt GraphQL Data API
Single GraphQL endpoint for reading an end-user's unified financial data - Profile, Connections, Accounts, Balances, Account Owners and Numbers, Transactions, Investment Holding...
Quiltt Profiles API
REST Admin endpoints to list, create, retrieve, update, and delete Profiles - the container for an end-user's identity (name, email, phone, birthday, address, custom metadata) a...
Quiltt Connections API
REST Admin endpoints to list, retrieve, and manage a Profile's Connections - the links to underlying aggregator sources (Plaid Item, MX Member, Finicity Institution Login) that ...
Quiltt Session Tokens API
REST Auth endpoints to issue, verify, and revoke short-lived JWT session tokens scoped to a single Profile. Session tokens authenticate the Connector and end-user calls to the G...
Quiltt Webhooks API
REST Admin endpoints to create, list, retrieve, and delete webhook subscriptions that deliver real-time events such as profile.created, connection.synced.successful, and account...
Collections
GraphQL
Quiltt GraphQL Data API
Quiltt is a fintech data platform that unifies open-banking aggregators (Plaid, MX, Finicity) behind a single GraphQL API. Clients query an end-user's Profile to read Connection...
GRAPHQL