{ "opencollection": "1.0.0", "info": { "name": "tmdb-api Account Company API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Company", "type": "folder" }, "items": [ { "info": { "name": "Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/company/:company_id", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "Get the company details by ID." }, { "info": { "name": "Alternative Names", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/company/:company_id/alternative_names", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "Get the company details by ID." }, { "info": { "name": "Images", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/company/:company_id/images", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "Get the company logos by id." } ] } ], "bundled": true }