action voodoomfg_get_materials { label: "Voodoo Manufacturing offers printing in a number of different materials, with different color options for each. Your organization can expose as many or as few material options as you want to your end-customer.\n" description: "The Materials endpoint returns a list of materials that are currently available for production for your account.\nThe responses include display details about each material, along with the unique id required to request a print in a specific material.\n" provider: voodoomfg method: GET path: "/materials" encoding: json output: { type: "object" additionalProperties: true } }