provider categories GET /v2/api/category
@utdk/postman-explore /v2/api/category
List all API categories
Returns all categories used to organize the API network (e.g., AI, Communication, DevOps).
sort query
Sort order
enum: spotlighted

Try it

Authentication
Configure credentials for Postman Explore API
listcategories
GET/v2/api/category
Returns all categories used to organize the API network (e.g., AI, Communication, DevOps).

Sort order

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.listcategories({
  "sort": "spotlighted"
})