v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-306170167.5 KB
Agb Revision

Get Current Agb Revision

Returns the current Agb revision.

get/public/api/user/v1/current-agb-revision

Response

OK

idstring uuid
versionstring

Version of the agb revision

validFromstring date-time
enforceConsentFromstring date-time

Example response

{
  "version": "1.0",
  "validFrom": "2022-03-10T12:15:50",
  "enforceConsentFrom": "2022-03-10T12:15:50",
  "agbText": {
    "de": "<h1>AGB</h2>",
    "fr": "<h1>CG</h2>",
    "it": "<h1>CG</h2>"
  }
}