provider teams GET /v1/api/team
@utdk/postman-explore /v1/api/team
List publisher teams on the API network
Returns teams that publish collections and APIs on the network.
limit query
integer
sort query
enum: popular

Try it

Authentication
Configure credentials for Postman Explore API
listteams
GET/v1/api/team
Returns teams that publish collections and APIs on the network.

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.listteams({
  "limit": 10,
  "sort": "popular"
})