action thetvdb_get_user_favorites { label: "get_user_favorites" description: "Returns an array of favorite series for a given user, will be a blank array if no favorites exist." provider: thetvdb method: GET path: "/user/favorites" encoding: json output: { type: "object" additionalProperties: true } }