Skip to main content

Endpoint

GET https://api.voyantcloud.com/v1/products/tags
Return all product tags defined in the current workspace. Use these values to build filters or tag selectors in your UI before assigning tags to products.

Authentication

Authorization
string
required
Bearer token with catalog:read or products:read scope (e.g. Authorization: Bearer YOUR_API_KEY)

Response

items
array
required
List of workspace tags

Example

cURL
curl "https://api.voyantcloud.com/v1/products/tags" \
  -H "Authorization: Bearer YOUR_API_KEY"