このページは翻訳されていません。

Portal API

v3.0.0OAS 3.0

Portal API

API Base URL
  • Server 1:https://custom.example.com[Portal API]

    Production

Security
portalAccessToken (apiKey)

The Developer portal cookie is meant to be used by the Developer API to authenticate with.

Additional Information
Contact Kong

List APIs

Pre-release Endpoint
This endpoint is currently in beta and is subject to change.

Returns a paginated list of published APIs.

get
https://custom.example.com/api/v3/apis

Query Parameters

filterobject

Filters APIs in the response.

Show Child Parameters
sortstring

The asc suffix is optional as the default sort order is ascending.
The desc suffix is used to specify a descending order.
Multiple sort attributes may be provided via a comma separated list.
JSONPath notation may be used to specify a sub-attribute (eg: ‘foo.bar desc’).

Example:name,created_at desc

page[size]integer

The maximum number of items to include per page. The last page of a collection may include fewer items.

Example:10

page[number]integer

Determines which page of the entities to retrieve.

Example:1

Response

application/json

Response for a list of apis.

ApiListPage

metaobjectrequired

returns the pagination information

Show Child Parameters
dataarray[object]required
* Additional properties are NOT allowed.
Show Child Parameters
get/api/v3/apis
 
application/json