{ "opencollection": "1.0.0", "info": { "name": "Postman Search API", "version": "1.0.0" }, "items": [ { "info": { "name": "search", "type": "folder" }, "items": [ { "info": { "name": "Search Postman resources", "type": "http" }, "http": { "method": "POST", "url": "https://api.postman.com/search", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pointer to the first record of the set of paginated results. To view the next response, use the `nextCursor` value for this parameter." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Searches Postman for resources such as workspaces, collections, requests, and other resource types. You can filter results by ownership, visibility, tags, and other criteria.\n\n**Note:**\n\nIf you call this endpoint without an API key, the response only returns publicly-available resources.\n" } ] } ], "bundled": true }