Postman · Capability
Postman Collections API — Collections
Postman Collections API — Collections. 10 operations. Lead operation: Postman Get all collections. Self-contained Naftiko capability covering one Postman business surface.
What You Can Do
GET
Getallcollections
— Postman Get all collections
/v1/collections
POST
Createcollection
— Postman Create a collection
/v1/collections
POST
Forkcollection
— Postman Fork a collection
/v1/collections/fork/{collectionid}
POST
Mergecollection
— Postman Merge a fork
/v1/collections/merge
GET
Getcollection
— Postman Get a collection
/v1/collections/{collectionid}
PUT
Updatecollection
— Postman Update a collection
/v1/collections/{collectionid}
DELETE
Deletecollection
— Postman Delete a collection
/v1/collections/{collectionid}
GET
Getcollectionfolders
— Postman Get all folders in a collection
/v1/collections/{collectionid}/folders
GET
Getcollectionrequests
— Postman Get all requests in a collection
/v1/collections/{collectionid}/requests
GET
Getcollectionresponses
— Postman Get all responses in a collection
/v1/collections/{collectionid}/responses
MCP Tools
postman-get-all-collections
Postman Get all collections
read-only
idempotent
postman-create-collection
Postman Create a collection
postman-fork-collection
Postman Fork a collection
postman-merge-fork
Postman Merge a fork
postman-get-collection
Postman Get a collection
read-only
idempotent
postman-update-collection
Postman Update a collection
idempotent
postman-delete-collection
Postman Delete a collection
idempotent
postman-get-all-folders-collection
Postman Get all folders in a collection
read-only
idempotent
postman-get-all-requests-collection
Postman Get all requests in a collection
read-only
idempotent
postman-get-all-responses-collection
Postman Get all responses in a collection
read-only
idempotent