List all brands
List all brands for a given workspace.
List all brands for a given workspace. The list can be filtered by brand status. This result is paginated. To learn more about the pagination, please refer to the pagination section on API Access Common API Usage section.
GET/workspaces/{workspaceId}/tcr-brands
Authorization
Path parameters
workspaceId*WorkspaceId (string (uuid))
The ID for the workspace.
"d386a801-ee8d-4aba-a7e4-78671bd3b11e"
Query parameters
Response
OK
Body
nextPageTokenstring
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display. To know more, refer to the pagination section.
results*array of WorkspaceTCRBrand (object)
Request
Response
Type
Description
array<BrandReponse>
BrandResponse object describes a submitted brand
Last updated