Skip to main content
GET
GET /v1/apiEndpoints

List API Endpoints

List all API endpoints with optional filtering and pagination.

Query Parameters

string
Filter by API collection fully qualified name.
string
Filter by API service fully qualified name.
integer
default:"10"
Maximum number of results to return (max: 1000000).
string
Cursor for backward pagination.
string
Cursor for forward pagination.
string
Comma-separated list of fields to include: owners, tags, extension, domains, sourceHash. See Supported Fields below.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/apiEndpoints

Returns

Returns a paginated list of API endpoint objects. By default, only basic fields are included. Use the fields parameter to request additional data.

Response

array
Array of API endpoint objects.
object
Pagination information.

Supported Fields

The following fields can be requested via the fields query parameter:

Error Handling