{ "opencollection": "1.0.0", "info": { "name": "TVDB API V4 Artwork Companies API", "version": "4.7.10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "TheTVDB Get All Companies", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/companies", "params": [ { "name": "page", "value": "1", "type": "query", "description": "name" } ] }, "docs": "returns a paginated list of company records" }, { "info": { "name": "TheTVDB Get Company Types", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/companies/types" }, "docs": "returns all company type records" }, { "info": { "name": "TheTVDB Get Company", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/companies/:id", "params": [ { "name": "id", "value": "12345", "type": "path", "description": "id" } ] }, "docs": "returns a company record" } ] } ], "bundled": true }