# Get brands Retrieves all available brands for company. Endpoint: GET /branding Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `result` (array) - `result.id` (string) Unique identifier Example: "1" - `result.name` (string) Brand name Example: "Custom Brand" - `status` (integer) Example: 200 - `error` (object,null)