{ "opencollection": "1.0.0", "info": { "name": "tmdb-api Account Find API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Find", "type": "folder" }, "items": [ { "info": { "name": "Find By ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/find/:external_id", "params": [ { "name": "external_id", "value": "", "type": "path" }, { "name": "external_source", "value": "", "type": "query" }, { "name": "language", "value": "", "type": "query" } ] }, "docs": "Find data by external ID's." } ] } ], "bundled": true }