{ "opencollection": "1.0.0", "info": { "name": "OpenFIGI Filter Mapping API", "version": "2.0.0" }, "items": [ { "info": { "name": "Mapping", "type": "folder" }, "items": [ { "info": { "name": "POST /mapping", "type": "http" }, "http": { "method": "POST", "url": "https://api.openfigi.com/{basePath}/mapping", "body": { "type": "json", "data": "{}" } }, "docs": "Allows mapping from third-party identifiers to FIGIs." }, { "info": { "name": "GET /mapping/values/{key}", "type": "http" }, "http": { "method": "GET", "url": "https://api.openfigi.com/{basePath}/mapping/values/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "Key of MappingJob for which to get possible values." } ] }, "docs": "Get values for enum-like fields." } ] } ], "bundled": true }