Retrieves a list of all available brands for your organization
Retrieves a list of all available brands for your organization. This endpoint returns basic brand information including brand IDs and names that can be used for filtering and organization purposes.Documentation Index
Fetch the complete documentation index at: https://growi.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description | Required |
|---|---|---|---|
| None | - | This endpoint does not accept additional parameters | - |
| Field | Type | Description |
|---|---|---|
success | Boolean | Indicates whether the request was successful |
brands | Array | Array of brand objects |
brands[].id | Integer | Unique identifier for the brand |
brands[].name | String | Display name of the brand |