---
title: "Get Brands Websites"
method: GET
path: "/api/integrazu/data/brands-websites"
tags: ["Integrazu Data"]
---

# Get Brands Websites

`GET /api/integrazu/data/brands-websites`

Get all brands for the company with their available websites.

Each brand has one website (Z_Brands.idwebsite -> Websites.id).
Use this endpoint to populate the "export to websites" selection in the UI.

Returns:
    List of brands with website info:
    [
        {
            "brand_id": 1,
            "brand_name": "Stand ABC",
            "website_id": 5,
            "website_domain": "standabc.pt"
        },
        {
            "brand_id": 2,
            "brand_name": "Stand XYZ",
            "website_id": 8,
            "website_domain": "standxyz.pt"
        }
    ]

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/8492136eefc5/schema)
