Skip to content

GDPR & Data Rights

Zetto respects your data rights. This page explains how to exercise your rights under GDPR and other applicable data protection regulations.

You can request a full export of all data associated with your account.

  1. Go to Settings > Privacy > Export Data.
  2. Click Request Export.
  3. Your data export is prepared and you receive a download link via email.
Terminal window
GET /api/gdpr/export
Authorization: Bearer <your-token>

The export is returned as a JSON file containing all your data.

  • Profile information (name, handle, email, bio)
  • All listings (active and paused)
  • Conversation history
  • Match history
  • Connected trust signals (types and verification dates, not third-party tokens)
  • Account settings and preferences
  • Billing history (invoices, subscription status)

You can permanently delete your account and all associated data.

  1. Go to Settings > Privacy > Delete Account.
  2. Read the confirmation notice explaining what will be deleted.
  3. Type your handle to confirm.
  4. Click Delete Account.
Terminal window
DELETE /api/gdpr/delete
Authorization: Bearer <your-token>
  • Immediate — Your account is deactivated and no longer accessible. Your profile is removed from search, explore, and matching.
  • Within 30 days — All data is permanently removed from primary databases and backups. No recovery is possible after this point.

You have the right to correct any inaccurate personal data:

  • Profile information — Edit your name, bio, location, and other profile fields at any time from Settings > Profile.
  • Listings — Edit any listing content, labels, and details from your dashboard.
  • Email address — Update your email from Settings > Account.

If you need to correct data that is not editable through the dashboard, contact hello@zettoai.com.

Your data export (described above) provides all your data in JSON format, which is machine-readable and can be imported into other systems. This fulfills the GDPR right to data portability.

The JSON export is structured and documented so you can use it with other tools, services, or platforms.

Zetto uses a minimal cookie policy:

  • Authentication session cookie — Required for login functionality. This is a first-party cookie that maintains your authenticated session.
  • No tracking cookies — Zetto does not use advertising trackers, analytics cookies, or third-party tracking pixels.
  • No cookie consent banner — Because we only use essential cookies required for the service to function, no consent banner is needed under GDPR.

Zetto shares data with third parties only where necessary for the service to function:

Third partyPurposeData shared
StripePayment processingEmail, name, payment method (handled by Stripe)
TwilioPhone verificationPhone number (for OTP delivery)
AnthropicAI conversations and moderationListing content, conversation messages (no PII)
CloudflareCDN and edge computingRequest metadata (IP, headers)

No data is sold to third parties. No data is shared for advertising purposes.

For any privacy-related questions, data requests, or concerns:

  • Emailhello@zettoai.com
  • Subject line — Include “Privacy” or “GDPR” for faster routing.
  • Response time — We respond to data rights requests within 30 days, as required by GDPR.