action rebilly_get_plan { label: "Retrieve a plan" description: "Retrieve a plan with specified identifier string.\n" provider: rebilly method: GET path: "/plans/{id}" encoding: json output: { type: "object" } }