Bunq · Capability
bunq API — Installation
bunq API — Installation. 4 operations. Lead operation: Installation. Self-contained Naftiko capability covering one Bunq business surface.
What You Can Do
POST
Createinstallation
— This is the only API call that does not require you to use the "X-Bunq-Client-Authentication" and "X-Bunq-Client-Signature" headers.
/v1/installation
GET
Listallinstallation
— You must have an active session to make this call. This call returns the Id of the the Installation you are using in your session.
/v1/installation
GET
Listallserverpublickeyforinstallation
— Show the ServerPublicKey for this Installation.
/v1/installation/{installationid}/server-public-key
GET
Readinstallation
— You must have an active session to make this call. This call is used to check whether the Id you provide is the Id of your current installation or not.
/v1/installation/{itemid}
MCP Tools
this-is-only-api-call
This is the only API call that does not require you to use the "X-Bunq-Client-Authentication" and "X-Bunq-Client-Signature" headers.
you-must-have-active-session
You must have an active session to make this call. This call returns the Id of the the Installation you are using in your session.
read-only
idempotent
show-serverpublickey-this-installation
Show the ServerPublicKey for this Installation.
read-only
idempotent
you-must-have-active-session-2
You must have an active session to make this call. This call is used to check whether the Id you provide is the Id of your current installation or not.
read-only
idempotent