Request Parameters
This endpoint does not require any specific parameters, but standard authentication is required.Parameter | Type | Description | Required |
---|---|---|---|
None | - | This endpoint does not accept additional parameters | - |
Request Example
Response Example
Response Fields
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 |
Use Cases
- Brand Filtering: Use brand IDs to filter data in other API endpoints
- Brand Management: Retrieve available brands for management interfaces
- Organization Setup: Get brand information for initial application setup
- Reporting: Include brand names in reports and analytics dashboards
Error Responses
- 401 Unauthorized: Invalid or missing Bearer token
- 403 Forbidden: API key doesn’t have permission to access brands
- 500 Internal Server Error: Server-side error occurred
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.