---
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[]
  - `uid` string
  - `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'
  - `relationSince` string, date-time

## Other responses

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

## Changes

- **2026-08-13** `a0609096db65` — 2 info
  - added the optional property `items/relationSince` to the response with the `200` status
  - added the optional property `items/uid` to the response with the `200` status
- **2026-06-04** `d1729646b766` — 2 warning
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `500`
- **2026-05-29** `a598446f8093` — 2 info
  - removed the `DATA_PROVIDER_ERROR` enum value from the `type` response property for the response status `404`
  - removed the `DATA_PROVIDER_ERROR` enum value from the `type` response property for the response status `500`
- **2026-05-26** `7cee7b14bf6f` — 2 warning
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `500`
- **2026-05-12** `5b038eea902d` — 8 warning
  - added the new `OTP_EXPIRED` enum value to the `type` response property for the response status `404`
  - added the new `OTP_EXPIRED` enum value to the `type` response property for the response status `500`
  - added the new `OTP_INVALID` enum value to the `type` response property for the response status `404`
  - added the new `OTP_INVALID` enum value to the `type` response property for the response status `500`
  - …4 more

[Full history](https://skmtc.dev/agridata/apis/agridata-ch-api/changes/api/user/v1/uid/:uid/authorized-burs/get.md)

---

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