Skip to content

List central soldermask-material vendors

Request

Returns the distinct list of vendors present in the central, Luminovo-maintained PCB soldermask-material catalog (e.g. Taiyo, Sun Chemical). Used to drive the vendor dropdown when picking a soldermask material.

GET
/api/ems/pcb/soldermask-materials/vendors
curl -i -X GET \
  https://api.luminovo.com/api/ems/pcb/soldermask-materials/vendors

Responses

List of soldermask-material vendors

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