provider browse GET /v1/api/networkentity
@utdk/postman-explore /v1/api/networkentity
Browse public entities on the API network
List public collections, workspaces, APIs, or flows with optional sorting, category filtering, and pagination. This is the primary browse endpoint powering postman.com/explore/collections.
entityType query required
Type of entity to browse
enum: collection, workspace, api, flow
limit query
Number of results per page
integer
offset query
Pagination offset
integer
sort query
Sort order for results
enum: popular, recent, featured, new…
categoryId query
Filter by category ID (numeric, from categories endpoint)
integer

Try it

Authentication
Configure credentials for Postman Explore API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listnetworkentities
GET/v1/api/networkentity
List public collections, workspaces, APIs, or flows with optional sorting, category filtering, and pagination. This is the primary browse endpoint powering postman.com/explore/collections.

required

Type of entity to browse

Number of results per page

Pagination offset

Sort order for results

Filter by category ID (numeric, from categories endpoint)

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import postman_explore from '@utdk/postman-explore';

await postman_explore.listnetworkentities({
  "limit": 20,
  "offset": 0,
  "sort": "popular"
})