NDPA Compliant

Automated DSAR
Management

Transform complex data subject requests into a seamless, automated workflow. Stay compliant with NDPA Section 17 without manual overhead.

DSAR Automation Visual

The Three Pillars of DSAR

We've simplified the most complex part of data privacy into three automated phases.

01

User Request

Users initiate a request to erase their consent history or download a portable copy of their data (what they have consented to via Izini) directly from your digital platforms.

02

System Verification

The system automatically verifies the API request by matching the User ID with our secure database to ensure the absolute authenticity of every request.

03

Execution & Tracking

Consent history is instantly erased or a JSON report is generated. Both parties are notified, and organizations can easily track all requests via the Izini Dashboard.

Data Portability

Full JSON exports ready for NDPA audit.

Automated Erasure

Global "Right to be Forgotten" sync.

Compliance Log

Immutable audit trail of all requests.

Global Compliance,
Local Precision

Designed for the Nigerian Data Protection Act (NDPA), Izini handles the heavy lifting of data rights management so your engineers can focus on building.

  • Machine-readable JSON exports
  • Automated API-level identity verification
  • Real-time Dashboard tracking for organizations
  • Automated compliance notifications

Universal Developer API

Don't build your own compliance engine. Integrate with ours in minutes.

POST /v1/cmp/dsar

Trigger a deletion or erasure request for a specific user identifier.

GET /v1/cmp/privacy-data

Fetch a complete JSON portability package for any user.

cURL
curl -X GET "https://api.your-project.com/v1/cmp/privacy-data" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -G \
  --data-urlencode "projectCode=IZN_992" \
  --data-urlencode "userIdentifier=user_782"