Adyen · JSON Structure

Management List Merchant Api Credentials Response Structure

ListMerchantApiCredentialsResponse schema from Adyen API

Type: object Properties: 4 Required: 2
PaymentsFinancial ServicesFintech

ListMerchantApiCredentialsResponse is a JSON Structure definition published by Adyen, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

_links data itemsTotal pagesTotal

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-list-merchant-api-credentials-response-structure.json",
  "description": "ListMerchantApiCredentialsResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "_links": {
      "description": "Pagination references.",
      "$ref": "#/components/schemas/PaginationLinks"
    },
    "data": {
      "description": "The list of API credentials.",
      "items": {
        "$ref": "#/components/schemas/ApiCredential"
      },
      "type": "array"
    },
    "itemsTotal": {
      "description": "Total number of items.",
      "type": "int32"
    },
    "pagesTotal": {
      "description": "Total number of pages.",
      "type": "int32"
    }
  },
  "required": [
    "itemsTotal",
    "pagesTotal"
  ],
  "name": "ListMerchantApiCredentialsResponse"
}