{ "opencollection": "1.0.0", "info": { "name": "Refinitiv Data Platform (RDP) APIs Authentication Search API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search for Instruments", "type": "http" }, "http": { "method": "POST", "url": "https://api.refinitiv.com/discovery/search/v1/", "body": { "type": "json", "data": "{}" } }, "docs": "Searches across organizations, instruments, quotes, and economic indicators. Supports complex query expressions and filtering by asset class, exchange, country, and other attributes." } ] } ], "bundled": true }