action bunq_list_all_installation { description: "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." provider: bunq method: GET path: "/installation" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "integer" description: "The id of the Installation as created on the server. You can use this id to request the server's public key again." } } } } }