Skip to content

List central base-material vendors

Request

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
/api/ems/pcb/base-materials/vendors
curl -i -X GET \
  https://api.luminovo.com/api/ems/pcb/base-materials/vendors

Responses

List of base-material vendors

Bodyapplication/json
vendorsArray of stringsrequired
Response
{ "vendors": [ "string" ] }