action reverb_get_my_wishlist { label: "Get a list of wishlisted items" description: "Get a list of wishlisted items" provider: reverb method: GET path: "/my/wishlist" encoding: json output: { type: "object" additionalProperties: true } }