Postman · Arazzo Workflow
Postman Create a Mock Server from a Collection
Version 1.0.0
Create a collection, stand up a mock server from it, and read the mock back.
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
create-mock-from-collection
Create a collection and a mock server backed by it.
Creates a collection, creates a mock server that serves the collection's examples, and reads the mock back to obtain its mock URL.
1
createCollection
createCollection
Create the collection whose example responses the mock server will serve.
2
createMock
createMock
Create a mock server backed by the new collection, kept private by default.
3
getMock
getMock
Read the mock server back to confirm its configuration and capture the mock URL.
Source API Descriptions
openapi