Authentication
Session-Based (Browser)
When using the dashboard, authentication is handled via HTTP-only cookies set during login. No manual token management needed.API Key (Server-to-Server)
Available on Scale tier
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate API requests
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://app.finmi.io/api/transactions
| Type | Access |
|---|---|
| Read-only | GET requests only |
| Full access | GET, POST, PATCH, DELETE |
Was this page helpful?