{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Data License API (HAPI) Broker Strategies Reference Data API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reference Data", "type": "folder" }, "items": [ { "info": { "name": "Send a Blpapi Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request", "body": { "type": "json", "data": "{}" } }, "docs": "Sends a generic BLPAPI request. The service and operation are specified in the request body. This is the primary endpoint for all request-response operations." }, { "info": { "name": "Request Reference Data", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request/blp/refdata/ReferenceDataRequest", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves current reference data for a set of securities and fields. Returns the latest available values for requested fields." } ] } ], "bundled": true }