Skip to main content
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.

Request Parameters

This endpoint does not require any specific parameters, but standard authentication is required.

Request Example

Response Example

Response Fields

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

Common error scenarios:
  • 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Get your brands information

success
boolean
Example:

true

brands
object[]