{ "opencollection": "1.0.0", "info": { "name": "Aladdin Data Cloud Analytics Securities API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.blackrock.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Securities", "type": "folder" }, "items": [ { "info": { "name": "Aladdin Studio Get Security", "type": "http" }, "http": { "method": "GET", "url": "https://api.blackrock.com/adc/v1/securities/:securityId", "params": [ { "name": "securityId", "value": "", "type": "path", "description": "Security identifier (ISIN, CUSIP, SEDOL, or internal ID)" }, { "name": "idType", "value": "", "type": "query", "description": "Type of security identifier provided" } ] }, "docs": "Retrieve security reference data for a given identifier including name, asset class, sector, country, and other classification attributes." } ] } ], "bundled": true }