{ "opencollection": "1.0.0", "info": { "name": "Herald Applications Classifications API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Classifications", "type": "folder" }, "items": [ { "info": { "name": "List NAICS index-entry classifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.heraldapi.com/classifications", "params": [ { "name": "query", "value": "", "type": "query", "description": "A free-text search against NAICS index-entry descriptions." } ] }, "docs": "Search Herald's normalized NAICS index entries. Each Herald Code maps to the corresponding carrier code for every supported product, giving a single classification taxonomy across carriers." } ] } ], "bundled": true }