---
title: "Get Authorized Burs By Uid"
method: GET
path: "/api/user/v1/uid/{uid}/authorized-burs"
tags: ["Users"]
---

# Get Authorized Burs By Uid

`GET /api/user/v1/uid/{uid}/authorized-burs`

Retrieves all BURs authorized for the given UID. Only accessible to admin users.

## Path parameters

- `uid` string, required

## Response `200`

OK

- BurDto[]
  - `bur` string
  - `farmTypeCode` 'GANZJAHRESBETRIEB' | 'PRODUKTIONSSTAETTE' | 'GEMEINSCHAFTSWEIDEBETRIEB' | 'SOEMMERUNGSBETRIEB' | 'BETRIEBSGEMEINSCHAFT' | 'VIEHHANDELSUNTERNEHMEN' | 'WANDERHERDE' | 'TIERKLINIK' | 'SCHLACHTBETRIEB' | 'VIEHMAERKTE_UND_VERANSTALTUNGEN' | 'BETRIEBSZWEIGGEMEINSCHAFT' | 'NICHTKOMMERZIELLE_TIERHALTUNG' | 'OELN_GEMEINSCHAFT' | 'VERGAERUNG_KOMPOSTIERUNG_NAEHRSTOFFPOOL' | 'TIERHALTUNG' | 'NICHT_ZUGETEILT' | 'UNKNOWN'

## Other responses

- `401` — Not Authorized
- `403` — Not Allowed
- `404` — The resource or element was not found
- `500` — Internal server error: unexpected error

---

[API](https://skmtc.net/agridata/apis/agridata-ch-api.md) · [All operations](https://skmtc.net/agridata/apis/agridata-ch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agridata/agridata-ch-api/versions/4f3c6bfcfcfd/schema)
