---
title: "Get brand by property_id."
method: GET
path: "/account-brands/properties/{propertyId}"
tags: ["Account Brands"]
---

# Get brand by property_id.

`GET /account-brands/properties/{propertyId}`

Http endpoint to retrieve brandings by property id.

## Path parameters

- `propertyId` string, required

## Response `200`

Success response

- object
  - `propertyBrand` object, nullable, required
    - `id` string, required
    - `name` string, required
    - `logoUrl` string, required
    - `currency` string
    - `phoneNumber` string
    - `address` object, required
    - `email` string, required
    - `accountId` string, required
    - `vatNum` string
    - `abn` string
    - `acn` string
    - `licenseNumber` string
    - `showANZLocalRegistration` boolean
    - `regimeCode` string, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `default` object, nullable, required
    - `id` string, required
    - `name` string, required
    - `logoUrl` string, required
    - `currency` string
    - `phoneNumber` string
    - `address` object, required
    - `email` string, required
    - `accountId` string, required
    - `vatNum` string
    - `abn` string
    - `acn` string
    - `licenseNumber` string
    - `showANZLocalRegistration` boolean
    - `regimeCode` string, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `500` — API error.

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
