Bunq · Schema

InstallationServerPublicKey

Banking

Properties

Name Type Description
server_public_key string The server's public key for this Installation. You should use this key to verify the "X-Bunq-Server-Signature" header for each response from the server.
View JSON Schema on GitHub

JSON Schema

bunq-installationserverpublickey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstallationServerPublicKey",
  "title": "InstallationServerPublicKey",
  "type": "object",
  "properties": {
    "server_public_key": {
      "type": "string",
      "description": "The server's public key for this Installation. You should use this key to verify the \"X-Bunq-Server-Signature\" header for each response from the server.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}