Reference (v1)GDPR TOMsTOM - Liefert alle hinterlegten TOMsVersion: API v1On this pageTOM - Liefert alle hinterlegten TOMsGET/gdpr/toms/API versionv1Request methodGETOperation ID getGDPRTomsLiefert die Daten aller hinterlegten TOMs Request No request parameters. Responses 200 OKFormatapplication/jsonDescriptionEine Liste von TOMsSchema documentationExampleJSON SchemaArray[*objectcontentstringcreationDatestring (datetime)Das Erstelldatum im UTC Format][ { "content": "string", "creationDate": "string" }]{ "type": "array", "items": { "title": "GDPRTom", "type": "object", "properties": { "content": { "type": "string" }, "creationDate": { "type": "string", "description": "Das Erstelldatum im UTC Format", "format": "datetime" } } }} Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/gdpr/toms