---
title: "My organisation's property links"
method: GET
path: "/my-organisation/property-links"
tags: ["Property Links"]
---

# My organisation's property links

`GET /my-organisation/property-links`

This endpoint returns a paginated list of property links claimed by an individual or organisation.

<p>Results can be sorted by one of the following sort fields:</p>
<ul>
    <li>ADDRESS</li>
    <li>AGENT<sup>*</sup></li>
    <li>BAREF</li>
    <li>CREATED_DATE_TIME</li>
    <li>STATUS</li>
</ul>
<p><sup>*</sup> Sorting by this field is not supported in the developer Sandbox</p>

Note that:

<ul class="list-bullet">
    <li class="font-xsmall">
        Individuals or organisations can only access their own data, and must be enrolled for the <a href="https://www.gov.uk/correct-your-business-rates" target="_blank">Find and check your business rates valuation</a>  online service.
    </li>
</ul>

## Query parameters

- `address` string
- `uarn` integer
- `billingAuthorityReference` string, required
- `status` 'APPROVED' | 'PENDING' | 'DECLINED' | 'REVOKED' | 'MORE_EVIDENCE_REQUIRED'
- `page` integer
- `pageSize` integer
- `sortField` 'ADDRESS' | 'AGENT' | 'BAREF' | 'CREATED_DATE_TIME' | 'STATUS'
- `sortDirection` 'ASC' | 'DESC'

## Headers

- `Accept` 'application/vnd.hmrc.2.0+json', required

## Response `200`

- MyOrganisationsPropertyLinksResponseSchemaJson — unresolved $ref

---

[API](https://skmtc.net/hmrc/apis/business-rates-api.md) · [All operations](https://skmtc.net/hmrc/apis/business-rates-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hmrc/business-rates-api/revisions/669a30d937df/schema)
