Portal API
- Server 1:https://custom.example.com[Portal API]
Production
portalAccessToken (apiKey)
The Developer portal cookie is meant to be used by the Developer API to authenticate with.
Portal API
Production
The Developer portal cookie is meant to be used by the Developer API to authenticate with.
Pre-release Endpoint
This endpoint is currently in beta and is subject to change.
Returns a paginated list of published APIs.
Filters APIs in the response.
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
The maximum number of items to include per page. The last page of a collection may include fewer items.
Example:10
Determines which page of the entities to retrieve.
Example:1
Response for a list of apis.
returns the pagination information