API Keys
bunq uses a secure, multi-layered authentication system to protect API access. This includes API key authentication, device registration, session management, and OAuth support. Below is an overview of
API Key Authentication
Session Management
Get your sandbox API Key
Curl call to obtain API key
curl --location --request POST 'https://public-api.sandbox.bunq.com/v1/sandbox-user-person'curl --location --request POST 'https://public-api.sandbox.bunq.com/v1/sandbox-user-company'
{
"Response": [
{
"ApiKey": {
"api_key": "sandbox_a918ac413524f2bf56ceb740595e01839dd7f0321ca08e4c4ea93349"
}
}
]
}Last updated
Was this helpful?
