List endpoints

Lists the available API endpoints, with results optionally paginated, sorted, and filtered. If no endpoints are available, the operation responds with an empty array.

Query Params
boolean
Defaults to false

Return only endpoints with personally identifiable information (PII), false by default.

integer
Defaults to 1

The page number index, starting at the default value of 1.

integer
Defaults to 25

The number of endpoints on each page of results, 25 by default.

string

Filters endpoints by the specified apiCategoryName, including the __UNCATEGORIZED__ keyword.

string

The search query substring criteria matching the endpoint's name, description, basePath, apiCategoryName, and resourcePath.

string
enum
Defaults to name

Enum The field to sort endpoints by, either the updateDate or the API name that corresponds to the apiEndPointName in data. The default is name.

Allowed:
string
enum
Defaults to asc

Enum The sort order, either desc for descending or the default asc for ascending.

Allowed:
string
enum
Defaults to LAST_UPDATED

Enum The preference for selecting the endpoint version to return. By default the API returns the LAST_UPDATED version. If you set the preference to ACTIVATED_FIRST, the API first attempts to return the version currently active on the production network. If such version doesn't exist, the API attempts to return the version currently active on the staging network. If both of these checks fail, the API returns the last updated version.

Allowed:
string
enum
Defaults to ALL

Enum The type of endpoints to return based on their visibility status. By default the API returns ALL endpoints. You can instead decide to return ONLY_VISIBLE endpoints, or ONLY_HIDDEN endpoints. Run the Show an endpoint and Hide an endpoint operations to control which endpoints are listed.

Allowed:
string

Filters endpoints to a specific contract. You need to specify this along with a groupId.

integer

Filters endpoints to a specific group. You need to specify this along with a contractId.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json