Reference (v1)GDPR TOMsTOM - Liefert einen bestimmten TOMVersion: API v1On this pageTOM - Liefert einen bestimmten TOMGET/gdpr/toms/{tomIdentifier}/API versionv1Request methodGETOperation ID getGDPRTomLiefert die Daten eines bestimmten TOMs Request Path parameters requiredtomIdentifierstringrequiredDie ID des TOMs Responses 200 OKFormatapplication/jsonDescriptionDer gewünschte TOMSchema documentationExampleJSON SchemacontentstringcreationDatestring (datetime)Das Erstelldatum im UTC Format{ "content": "string", "creationDate": "string"}{ "title": "GDPRTom", "type": "object", "properties": { "content": { "type": "string" }, "creationDate": { "type": "string", "description": "Das Erstelldatum im UTC Format", "format": "datetime" } }}403 Forbidden Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/gdpr/toms/string