Kong · Schema

Client Credentials Application

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
id object
created_at object
updated_at object
name string The name of the application.
description string A description of the application.
labels object
client_id string The ID used to linked the portal application to an Identity Provider application.
registration_count number The number of API registrations that are associated with the application. Registrations of any status are included in the count.
dcr_provider object Information about the DCR provider this application uses, if using DCR.
portal object Information about the portal the application is in.
auth_strategy object
granted_scopes array List of granted scopes for the application. Null if application type does not support returning granted scopes.
owner object
View JSON Schema on GitHub

JSON Schema

kong-clientcredentialsapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientCredentialsApplication",
  "title": "Client Credentials Application",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/UUID"
    },
    "created_at": {
      "$ref": "#/components/schemas/CreatedAt"
    },
    "updated_at": {
      "$ref": "#/components/schemas/UpdatedAt"
    },
    "name": {
      "description": "The name of the application.",
      "type": "string"
    },
    "description": {
      "description": "A description of the application.",
      "type": "string",
      "nullable": true
    },
    "labels": {
      "$ref": "#/components/schemas/LabelsUpdate"
    },
    "client_id": {
      "description": "The ID used to linked the portal application to an Identity Provider application.",
      "type": "string",
      "readOnly": true
    },
    "registration_count": {
      "description": "The number of API registrations that are associated with the application. Registrations of any status are included in the count.",
      "type": "number",
      "readOnly": true
    },
    "dcr_provider": {
      "description": "Information about the DCR provider this application uses, if using DCR.",
      "type": "object",
      "additionalProperties": false,
      "nullable": true,
      "properties": {
        "id": {
          "$ref": "#/components/schemas/UUID"
        }
      },
      "required": [
        "id"
      ]
    },
    "portal": {
      "description": "Information about the portal the application is in.",
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "id": {
          "$ref": "#/components/schemas/UUID"
        }
      },
      "required": [
        "id"
      ]
    },
    "auth_strategy": {
      "$ref": "#/components/schemas/AuthStrategyClientCredentials"
    },
    "granted_scopes": {
      "description": "List of granted scopes for the application. Null if application type does not support returning granted scopes.",
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true
    },
    "owner": {
      "$ref": "#/components/schemas/ApplicationOwner"
    }
  },
  "additionalProperties": false,
  "required": [
    "id",
    "created_at",
    "updated_at",
    "name",
    "description",
    "registration_count",
    "client_id",
    "auth_strategy",
    "dcr_provider",
    "portal",
    "labels",
    "granted_scopes"
  ]
}

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/kong-clientcredentialsapplication"
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.