Bunq · Schema

OauthClient

Banking

Properties

Name Type Description
status string The status of the Oauth Client, can be ACTIVE or CANCELLED.
View JSON Schema on GitHub

JSON Schema

bunq-oauthclient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OauthClient",
  "title": "OauthClient",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The status of the Oauth Client, can be ACTIVE or CANCELLED.",
      "readOnly": false,
      "writeOnly": false
    }
  }
}