List Vendor Names
Lists vendor names configured in the workspace.
Authentication: X-API-KEY header (see Authentication).
Request
curl -X GET https://api.withmoxie.com/public/action/vendors/list \
-H "X-API-KEY: your_api_key_here"
Response
Returns an array of vendor name strings.
["Adobe", "Amazon Web Services", "Figma"]