Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Make your first Finup API request.
Get access
Retrieve an API key
Call the API
curl --request POST "https://api.finup.dev/accounts" \ --header "x-api-key: $FINUP_API_KEY" \ --header "Content-Type: application/json"
result
{ "result": { "id": "66b9d4f5a22f2a00124a1c5e" } }