Kong · Schema

ListApplicationsResponse

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
meta object
data array
View JSON Schema on GitHub

JSON Schema

kong-listapplicationsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListApplicationsResponse",
  "title": "ListApplicationsResponse",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/PaginatedMeta"
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Application"
      }
    }
  },
  "example": {
    "meta": {
      "page": {
        "number": 1,
        "size": 10,
        "total": 2
      }
    },
    "data": [
      {
        "id": "b15e2460-ba40-431d-9df0-4957fcffacda",
        "labels": {
          "env": "test"
        },
        "name": "App 1",
        "description": "An easy to manage app in a Konnect developer portal",
        "registration_count": 2,
        "portal": {
          "id": "95606071-49c7-4c2e-ae49-8a86d72a8110"
        },
        "auth_strategy": {
          "id": "85606071-49c7-4c2e-ae49-8a86d72a8110",
          "name": "API Key",
          "credential_type": "key_auth",
          "key_names": [
            "apikey"
          ]
        },
        "created_at": "2022-12-22T19:09:30.712Z",
        "updated_at": "2022-12-22T19:09:30.712Z"
      },
      {
        "id": "b15e2460-ba40-431d-9df0-4957fcffacda",
        "labels": {
          "env": "test"
        },
        "name": "App 1",
        "description": "A Konnect application that is linked to an Identity Provider application using Dynamic Client Registration (DCR)",
        "client_id": "yr1k0d9kj3l0cl01hp4o0",
        "registration_count": 3,
        "portal": {
          "id": "95606071-49c7-4c2e-ae49-8a86d72a8110"
        },
        "auth_strategy": {
          "id": "65606071-49c7-4c2e-ae49-8a86d72a8110",
          "name": "Client Credentials",
          "credential_type": "client_credentials",
          "auth_methods": [
            "client_credentials",
            "bearer",
            "session"
          ]
        },
        "dcr_provider": {
          "id": "7ea06071-49c7-4c2e-ae49-8a86d72a8110"
        },
        "granted_scopes": null,
        "created_at": "2022-12-22T19:07:30.712Z",
        "updated_at": "2022-12-22T19:07:30.712Z"
      }
    ]
  },
  "additionalProperties": false,
  "required": [
    "data",
    "meta"
  ]
}

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-listapplicationsresponse"
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.