Server-zu-Server (REST-API) Integration
Die API ermöglicht es Ihnen, Verträge direkt in Ihrem eigenen Backend zu bestätigen.
Endpunkt: POST https://system.hashentry.com/tool/v1/consents
Header:
Content-Type: application/jsonX-API-Key: IHR_GEHEIMER_API_SCHLÜSSELJSON Payload
Abschnitt betitelt „JSON Payload“{ "consent_type": "cookie_consent", "decision": "accept", "document_version_id": "datenschutz-uuid", "metadata": { "categories": { "analytics": true } }}