action getpostman_single_collection { label: "Single Collection " description: "Access the contents of a collection that is accessible to you using its unique id (`uid`).\n\n> Requires API Key as `X-Api-Key` request header or `apikey` URL query parameter." provider: getpostman method: GET path: "/collections/{collection_uid}" encoding: json output: { type: "object" properties: { collection: { type: "object" properties: { info: { type: "object" properties: { _postman_id: { type: "string" } description: { type: "string" } name: { type: "string" } schema: { type: "string" } } } item: { type: "array" items: { type: "object" properties: { event: { type: "array" items: { type: "object" properties: { listen: { type: "string" } script: { type: "object" properties: { exec: { type: "string" } type: { type: "string" } } } } } } id: { type: "string" } name: { type: "string" } request: { type: "object" properties: { body: { type: "object" properties: { formdata: { type: "array" items: { type: "object" } } mode: { type: "string" } } } description: { type: "string" } header: { type: "array" items: { type: "object" properties: { description: { type: "string" } key: { type: "string" } value: { type: "string" } } } } method: { type: "string" } url: { type: "string" } } } response: { type: "array" items: { type: "object" } } } } } variables: { type: "array" items: { type: "object" } } } } } } }