action rebilly_get_plan_collection { label: "Retrieve a list of plans" description: "Retrieve a list of plans.\n" provider: rebilly method: GET path: "/plans" encoding: json output: { type: "array" items: { type: "object" } } }