Customers may request to have public, unauthenticated endpoints enabled for making CORS requests directly from the browser.
Once enabled, these can be accessed at the same locations listed below, but prefixed with \public. They take the same request format as the authenticated API but do NOT require an API key.
For example, the public, unauthenticated endpoint for: https://example.groupbycloud.com/wisdom/v2/recommendations/products/_getTrending
would be available at: https://example.groupbycloud.com/wisdom/v2/public/recommendations/products/_getTrending
.