Adyen · Schema

CreateCompanyApiCredentialResponse

CreateCompanyApiCredentialResponse schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
_links object References to resources linked to the API credential.
active boolean Indicates if the API credential is enabled. Must be set to **true** to use the credential in your integration.
allowedIpAddresses array List of IP addresses from which your client can make requests. If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, y
allowedOrigins array List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential.
apiKey string The API key for the API credential that was created.
associatedMerchantAccounts array List of merchant accounts that the API credential has access to.
clientKey string Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations.
description string Description of the API credential.
id string Unique identifier of the API credential.
password string The password for the API credential that was created.
roles array List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential.
username string The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**.
View JSON Schema on GitHub

JSON Schema

management-create-company-api-credential-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-create-company-api-credential-response-schema.json",
  "title": "CreateCompanyApiCredentialResponse",
  "description": "CreateCompanyApiCredentialResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "_links": {
      "description": "References to resources linked to the API credential.",
      "$ref": "#/components/schemas/ApiCredentialLinks"
    },
    "active": {
      "description": "Indicates if the API credential is enabled. Must be set to **true** to use the credential in your integration.",
      "type": "boolean"
    },
    "allowedIpAddresses": {
      "description": "List of IP addresses from which your client can make requests.\n\nIf the list is empty, we allow requests from any IP.\nIf the list is not empty and we get a request from an IP which is not on the list, you get a security error.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "allowedOrigins": {
      "description": "List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential.",
      "items": {
        "$ref": "#/components/schemas/AllowedOrigin"
      },
      "type": "array"
    },
    "apiKey": {
      "description": "The API key for the API credential that was created.",
      "type": "string"
    },
    "associatedMerchantAccounts": {
      "description": "List of merchant accounts that the API credential has access to.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "clientKey": {
      "description": "Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations.",
      "type": "string"
    },
    "description": {
      "description": "Description of the API credential.",
      "maxLength": 50,
      "type": "string"
    },
    "id": {
      "description": "Unique identifier of the API credential.",
      "type": "string"
    },
    "password": {
      "description": "The password for the API credential that was created.",
      "type": "string"
    },
    "roles": {
      "description": "List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "username": {
      "description": "The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**.",
      "type": "string"
    }
  },
  "required": [
    "id",
    "username",
    "clientKey",
    "allowedIpAddresses",
    "roles",
    "active",
    "password",
    "apiKey",
    "associatedMerchantAccounts"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/management-create-company-api-credential-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.