action getpostman_all_mocks { label: "All Mocks" description: "This endpoint fetches all the mocks that you have created.\n\n> Requires API Key as `X-Api-Key` request header or `apikey` URL query parameter." provider: getpostman method: GET path: "/mocks" encoding: json output: { type: "object" properties: { mocks: { type: "array" items: { type: "object" properties: { collection: { type: "string" } environment: { type: "string" } id: { type: "string" } mockUrl: { type: "string" } owner: { type: "string" } uid: { type: "string" } } } } } } }