1
Get access
Ask Finup for sandbox access and an API key for your integration.
2
Retrieve an API key
Get an API key from the support team.
3
Call the API
result envelope.
Documentation Index
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.io/accounts" \
--header "x-api-key: $FINUP_API_KEY" \
--header "Content-Type: application/json"
result envelope.
{
"result": {
"id": "66b9d4f5a22f2a00124a1c5e"
}
}