Postman · Arazzo Workflow

Postman Triage a Private API Network Request

Version 1.0.0

List pending network requests, then approve the oldest one and confirm the catalog.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub AI Agent BuilderAI AgentsAPI CatalogAPI ClientAPI DesignAPI DevelopmentAPI DocumentationAPI GovernanceAPI LifecycleAPI MonitoringAPI NetworkAPI PlatformAPI TestingAudit LogsAutomationCI/CDCollaborationCollectionComplianceDiscoveryEnvironmentsFlowsGraphQLgRPCHTTPInsightsMCPMCP GeneratorMock ServersMockingMonitorsNewmanOpenAPIPlatformPrivate API NetworkPublic API NetworkSecret ScanningSpec HubSpecificationsSSOTestingVaultWebSocketWorkflowsWorkspacesArazzoWorkflows

Provider

postman

Workflows

triage-network-request
Approve the first pending network request and verify the catalog.
Lists pending requests to add elements to the private API network, approves the first one, and re-lists the network elements to confirm.
3 steps inputs: limit outputs: approvedRequestId, elements
1
listPendingRequests
List pending requests to add elements to the private API network and take the first one.
2
approveRequest
Approve the first pending network request.
3
confirmCatalog
Re-list the network elements to confirm the approved element is now in the catalog.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Postman Triage a Private API Network Request
  summary: List pending network requests, then approve the oldest one and confirm the catalog.
  description: >-
    Network admins approve or deny requests to add elements to the private API
    network. This workflow lists pending requests, approves the first pending
    one, and re-lists the network elements to confirm the catalog reflects the
    approval. Each step spells out its request inline so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: networkRequestsApi
  url: ../openapi/postman-network-requests-api-openapi.yml
  type: openapi
- name: privateApiNetworkApi
  url: ../openapi/postman-private-api-network-api-openapi.yml
  type: openapi
workflows:
- workflowId: triage-network-request
  summary: Approve the first pending network request and verify the catalog.
  description: >-
    Lists pending requests to add elements to the private API network, approves
    the first one, and re-lists the network elements to confirm.
  inputs:
    type: object
    properties:
      limit:
        type: integer
        description: Maximum number of pending requests to fetch.
        default: 10
  steps:
  - stepId: listPendingRequests
    description: >-
      List pending requests to add elements to the private API network and take
      the first one.
    operationId: getNetworkRequests
    parameters:
    - name: status
      in: query
      value: pending
    - name: limit
      in: query
      value: $inputs.limit
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      requestId: $response.body#/requests/0/id
  - stepId: approveRequest
    description: >-
      Approve the first pending network request.
    operationId: approveNetworkRequest
    parameters:
    - name: requestId
      in: path
      value: $steps.listPendingRequests.outputs.requestId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: confirmCatalog
    description: >-
      Re-list the network elements to confirm the approved element is now in the
      catalog.
    operationId: getPrivateNetworkElements
    parameters:
    - name: type
      in: query
      value: collection
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      elements: $response.body#/elements
  outputs:
    approvedRequestId: $steps.listPendingRequests.outputs.requestId
    elements: $steps.confirmCatalog.outputs.elements

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/postman-triage-network-request-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.