{ "opencollection": "1.0.0", "info": { "name": "tmdb-api Account Credit API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Credit", "type": "folder" }, "items": [ { "info": { "name": "Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/credit/:credit_id", "params": [ { "name": "credit_id", "value": "", "type": "path" }, { "name": "language", "value": "", "type": "query" } ] }, "docs": "Get a movie or TV credit details by ID." } ] } ], "bundled": true }