Skip to main content

List Vendor Names

GET /public/action/vendors/list

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"]