{ "opencollection": "1.0.0", "info": { "name": "TVDB API V4 Artwork Characters API", "version": "4.7.10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Characters", "type": "folder" }, "items": [ { "info": { "name": "TheTVDB Get Character Base", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/characters/:id", "params": [ { "name": "id", "value": "12345", "type": "path", "description": "id" } ] }, "docs": "Returns character base record" } ] } ], "bundled": true }