action reverb_get_my_lists { label: "Get a list of your lists (wishlist, watch list, etc)" description: "Get a list of your lists (wishlist, watch list, etc)" provider: reverb method: GET path: "/my/lists" encoding: json output: { type: "object" additionalProperties: true } }