---
title: "Get Current Agb Revision"
method: GET
path: "/public/api/user/v1/current-agb-revision"
tags: ["Agb Revision"]
---

# Get Current Agb Revision

`GET /public/api/user/v1/current-agb-revision`

Returns the current Agb revision.

## Response `200`

OK

- AgbRevisionDto — Data transfer object representing an agb revision
  - `id` string, uuid
  - `version` string — Version of the agb revision
  - `validFrom` string, date-time
  - `enforceConsentFrom` string, date-time
  - `agbText` AgbTextDto
    - `de` string
    - `fr` string
    - `it` string

## Other responses

- `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)
