Bunq · Schema

OauthCallbackUrlRead

Banking

Properties

Name Type Description
url string The URL for this callback.
View JSON Schema on GitHub

JSON Schema

bunq-oauthcallbackurlread-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OauthCallbackUrlRead",
  "title": "OauthCallbackUrlRead",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL for this callback.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}