Postman · Arazzo Workflow
Postman Collection Lifecycle
Version 1.0.0
Create, read, update, and delete a Postman collection end to end.
View Spec
View on GitHub
AI Agent BuilderAI AgentsAPI CatalogAPI ClientAPI DesignAPI DevelopmentAPI DocumentationAPI GovernanceAPI LifecycleAPI MonitoringAPI NetworkAPI PlatformAPI TestingAudit LogsAutomationCI/CDCollaborationCollectionsComplianceDiscoveryEnvironmentsFlowsGraphQLgRPCHTTPInsightsMCPMCP GeneratorMock ServersMockingMonitorsNewmanOpenAPIPlatformPrivate API NetworkPublic API NetworkSecret ScanningSpec HubSpecificationsSSOTestingVaultWebSocketWorkflowsWorkspacesArazzoWorkflows
Provider
Workflows
collection-crud
Walk a collection through create, get, update, and delete.
Creates a collection, retrieves it, updates its name via a full replacement, and deletes it, chaining the collection ID through each step.
1
createCollection
createCollection
Create a new collection using the minimal v2.1.0 collection schema.
2
getCollection
getCollection
Read the collection back to confirm it was created with the expected definition.
3
updateCollection
updateCollection
Replace the collection definition with an updated name. This is a full replacement, not a partial update.
4
deleteCollection
deleteCollection
Delete the collection to clean up. This action is irreversible.