Adyen · Schema

GenerateApiKeyResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
apiKey string The generated API key.
View JSON Schema on GitHub

JSON Schema

adyen-generateapikeyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenerateApiKeyResponse",
  "title": "GenerateApiKeyResponse",
  "properties": {
    "apiKey": {
      "description": "The generated API key.",
      "type": "string"
    }
  },
  "required": [
    "apiKey"
  ],
  "type": "object"
}