Skip to main content
GET
/
property
/
{id}
/
fees
Get listing fees
curl --request GET \
  --url https://borough.qwady.app/v1/property/{id}/fees \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "typeLabel": "Broker Fee",
      "requirement": "<string>",
      "refundability": "<string>",
      "calcType": "<string>",
      "amount": 123,
      "timing": "<string>",
      "occurrence": "<string>"
    }
  ],
  "meta": {
    "dataAge": "2023-11-07T05:31:56Z",
    "source": "cached",
    "freshnessThreshold": 123,
    "refreshTriggered": true
  }
}

Authorizations

Authorization
string
header
required

Polar.sh license key. Format: BOROUGH-<uuid>

Path Parameters

id
string
required

Listing ID

Response

Fee breakdown

data
object[]
meta
object