{ "opencollection": "1.0.0", "info": { "name": "TVDB API V4 Artwork Source Types API", "version": "4.7.10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Source Types", "type": "folder" }, "items": [ { "info": { "name": "TheTVDB Get All Source Types", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/sources/types" }, "docs": "returns list of sourceType records" } ] } ], "bundled": true }