account

Kong Admin API

3.4.3OAS 3.1
   {{site.base_gateway}} comes with an **internal** RESTful Admin API for administration purposes.
    Requests to the Admin API can be sent to any node in the cluster, and Kong will
    keep the configuration consistent across all nodes.

    - `8001` is the default port on which the Admin API listens.
    - `8444` is the default port for HTTPS traffic to the Admin API.

    This API is designed for internal use and provides full control over Kong, so
    care should be taken when setting up Kong environments to avoid undue public
    exposure of this API. See [this document][secure-admin-api] for a discussion
    of methods to secure the Admin API.
API Base URL
  • Server 1:http://localhost:8001

    8001 is the default port on which the Admin API listens.

  • Server 2:https://localhost:8444

    8444 is the default port for HTTPS traffic to the Admin API.

Additional Information

Validate a configuration against a schema

This method is not available when using DB-less mode.

post

Response

 

/certificates/{certificates}

get

Response

 

/certificates/{certificates}

This method is not available when using DB-less mode.

put

Response

 

/certificates/{certificates}

This method is not available when using DB-less mode.

patch

Response