Skip to main content
Use the sandbox API while building and testing your integration.
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

curl --request POST "https://api.finup.dev/accounts" \
  --header "x-api-key: $FINUP_API_KEY" \
  --header "Content-Type: application/json"
Most successful responses use a result envelope.
{
  "result": {
    "id": "66b9d4f5a22f2a00124a1c5e"
  }
}