Didomi · Example Payload

Didomi Privacy Request Example

AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory Compliance

Didomi Privacy Request Example is an example object payload from Didomi, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idorganization_idtyperegulationdata_subjectstatusdue_atcompleted_atevidence_urlcreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "req_01HRT6F9ZZ1EXAMPLE",
  "organization_id": "org_didomi_demo",
  "type": "erasure",
  "regulation": "gdpr",
  "data_subject": {
    "email": "alice.example@example.com",
    "first_name": "Alice",
    "last_name": "Example",
    "country": "FR",
    "id_documents": [
      "https://privacy.example-publisher.fr/uploads/req_01HRT6F9ZZ1EXAMPLE/id-front.pdf"
    ]
  },
  "status": "in-progress",
  "due_at": "2026-06-24T10:42:17Z",
  "completed_at": null,
  "evidence_url": null,
  "created_at": "2026-05-25T10:42:17Z",
  "updated_at": "2026-05-25T10:42:17Z"
}