cURL
Organization API
Get Brands
Retrieves a list of all available brands for your organization
GET
cURL
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.
Common error scenarios:
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