{ "opencollection": "1.0.0", "info": { "name": "Refinitiv Eikon Refinitiv Data Platform 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 on the Refinitiv Data Platform. Supports filtering by entity type, asset class, exchange, and other criteria." }, { "info": { "name": "Search for Instruments", "type": "http" }, "http": { "method": "POST", "url": "https://api.refinitiv.com/Search/InstrumentSearch", "body": { "type": "json", "data": "{}" } }, "docs": "Searches for instruments by identifier, name, or other criteria. Supports various identifier types including RIC, ISIN, CUSIP, SEDOL, and ticker symbols." } ] } ], "bundled": true }