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.
Authenticate Finup API requests with API keys.
x-api-key
curl --request GET "https://api.finup.io/account" \ --header "x-api-key: $FINUP_API_KEY"
result
{ "result": { "status": true } }
401
{ "status_code": 401, "error_message": "Unauthorized" }