Brands API

Your Wix Answers site can have multiple brands, each of which has its own help center, ticketing system, and so forth.

Create and manage your brands in the Help Center. For more information, see Adding a Brand to Your Wix Answers Account.

Get Brand

GET https://<tenant_subdomain>.wixanswers.com/api/v1/brand/{brand GUID}

Get information about a brand.
Request Example:
1
GET https://<account_subdomain>.wixanswers.com/api/v1/brand/bd948e62-a3fd-4cf0-87f3-ee6a0ae7f3fa

Get Brands

GET https://<tenant_subdomain>.wixanswers.com/api/v1/brand

Get information about all brands.
Request Example:
1
GET https://<account_subdomain>.wixanswers.com/api/v1/brand
IN THIS ARTICLE