Postman · Example Payload

Postman Get All Collections Example

AI Agent BuilderAI AgentsAPI CatalogAPI ClientAPI DesignAPI DevelopmentAPI DocumentationAPI GovernanceAPI LifecycleAPI MonitoringAPI NetworkAPI PlatformAPI TestingAudit LogsAutomationCI/CDCollaborationCollectionsComplianceDiscoveryEnvironmentsFlowsGraphQLgRPCHTTPInsightsMCPMCP GeneratorMock ServersMockingMonitorsNewmanOpenAPIPlatformPrivate API NetworkPublic API NetworkSecret ScanningSpec HubSpecificationsSSOTestingVaultWebSocketWorkflowsWorkspaces

Postman Get All Collections Example is an example object payload from Postman, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.getpostman.com/collections?workspace=f8b8f2b1-9f8a-4c4c-9b3e-2a1c1f1d2e3f",
    "headers": {
      "x-api-key": "PMAK-xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "RateLimit-Limit": "300",
      "RateLimit-Remaining": "298",
      "RateLimit-Reset": "42",
      "RateLimit-Policy": "300;w=60",
      "X-RateLimit-Limit-Month": "100000",
      "X-RateLimit-Remaining-Month": "98421"
    },
    "body": {
      "collections": [
        {
          "id": "12ece9e1-2abf-4edc-8e34-de66e74e6e3d",
          "uid": "12345678-12ece9e1-2abf-4edc-8e34-de66e74e6e3d",
          "name": "Customer API",
          "owner": "12345678",
          "createdAt": "2026-04-12T17:34:11.000Z",
          "updatedAt": "2026-05-10T08:12:01.000Z",
          "fork": null,
          "isPublic": false
        },
        {
          "id": "9c6d7b58-1c08-4d5d-a3ee-1b6f80c8c2c4",
          "uid": "12345678-9c6d7b58-1c08-4d5d-a3ee-1b6f80c8c2c4",
          "name": "Billing API",
          "owner": "12345678",
          "createdAt": "2026-03-04T09:15:21.000Z",
          "updatedAt": "2026-05-13T15:10:33.000Z",
          "fork": null,
          "isPublic": true
        }
      ]
    }
  }
}