Finup Documentation home page
Search...
⌘K
App
App
Search...
Navigation
Banking API
Introduction
Banking API
Banking API
Introduction
Pagination
Webhooks
Accounts
Cards
On this page
Get Started
Authentication
Banking API
Introduction
API introduction
Get Started
The Open API allows you to interact with Finup services and automate or integrate functionality into your applications.
Base API Url is
https://api.finup.io/backend/
All API keys, links, logos, IDs are not real and are provided for example.
Authentication
Most endpoints are authenticated using
Api key
that are selected from headers. Also in some endpoints you need to pass the account_id. A list of all accounts of the current user can be found in
/accounts
.
Copy
{
"x-api-key"
:
"d5f3b6a3d4e6f1..."
}
Pagination
Assistant
Responses are generated using AI and may contain mistakes.