Postman · Arazzo Workflow
Postman Publish a Mock and Add a Custom Response
Version 1.0.0
Publish an existing mock server, add a custom server response, and verify it.
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
publish-mock-and-add-response
Publish a mock server and attach a custom server response.
Publishes a mock server, creates a custom server response on it, and lists the server responses to confirm the addition.
1
publishMock
publishMock
Publish the mock server so it is publicly accessible without authentication.
2
createServerResponse
createServerResponse
Create a custom server response on the mock server.
3
listServerResponses
getMockServerResponses
List the mock server's custom responses to confirm the new response is present.