Get list of all endpoints for a given API

Returns the list of endpoints of the API specified in the {apiId} parameter. Use other parameters to show only specific endpoints.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
length ≤ 50

The ID of the API.

Query Params
method
array of objects
length ≤ 100

Show only API endpoints corresponding to the selected HTTP methods.

method
string
length ≤ 100

Show only API endpoints corresponding to the specified path. Partial matches are also supported. For example, specifying the "use" string will return endpoints that include "user" in their paths.

securityContext
array of objects
length ≤ 20

The type of security issue found in the API.

securityContext
Allowed:
severity
array of objects
length ≤ 100

Show only security findings of the specified severity level.

severity
Allowed:
integer
≥ 0
Defaults to 0

Specifies the offset from which to show the result list.

integer
1 to 65000
Defaults to 100

The max number of results to show on a page.

string
enum
Defaults to HighestSeverity

Sort the results by the specified parameter. Only the HighestSeverity, FirstSeen, LastSeen, LastUpdated parameters can be used.

Allowed:
string
enum
Defaults to desc

The order of the results.

Allowed:
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