provider categories GET /v2/api/category/{slug}
@utdk/postman-explore /v2/api/category/{slug}
Get details for a specific category
Returns full details for a category by its URL slug.
slug path required
Category URL slug (e.g., artificial-intelligence, devops)
string

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.

getcategory
GET/v2/api/category/{slug}
Returns full details for a category by its URL slug.

Parameters

required

Category URL slug (e.g., artificial-intelligence, devops)

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.getcategory()