Returns the distinct list of vendors present in the central, Luminovo-maintained PCB base-material catalog (e.g. Isola, Panasonic, Shengyi). Used to drive the vendor dropdown when picking a base material.
GET
curl -i -X GET \
https://api.luminovo.com/api/ems/pcb/base-materials/vendorsResponse
{ "vendors": [ "string" ] }