{ "opencollection": "1.0.0", "info": { "name": "TVDB API V4 Artwork User info API", "version": "4.7.10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User info", "type": "folder" }, "items": [ { "info": { "name": "TheTVDB Get User Info", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/user" }, "docs": "returns user info" }, { "info": { "name": "TheTVDB Get User Info by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/user/:id", "params": [ { "name": "id", "value": "12345", "type": "path", "description": "id" } ] }, "docs": "returns user info by user id" } ] } ], "bundled": true }