provider stats GET /v1/api/networkentity/count
@utdk/postman-explore /v1/api/networkentity/count
Get total counts of entities on the network
Returns aggregate counts of collections, workspaces, APIs, flows, notebooks, and teams.
flattenAPIVersions query
boolean

Try it

Authentication
Configure credentials for Postman Explore API
getnetworkentitycounts
GET/v1/api/networkentity/count
Returns aggregate counts of collections, workspaces, APIs, flows, notebooks, and teams.

Configure credentials 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.getnetworkentitycounts({
  "flattenAPIVersions": true
})