Transform complex data subject requests into a seamless, automated workflow. Stay compliant with NDPA Section 17 without manual overhead.
We've simplified the most complex part of data privacy into three automated phases.
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.
The system automatically verifies the API request by matching the User ID with our secure database to ensure the absolute authenticity of every request.
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.
Full JSON exports ready for NDPA audit.
Global "Right to be Forgotten" sync.
Immutable audit trail of all requests.
Designed for the Nigerian Data Protection Act (NDPA), Izini handles the heavy lifting of data rights management so your engineers can focus on building.
Don't build your own compliance engine. Integrate with ours in minutes.
/v1/cmp/dsar
Trigger a deletion or erasure request for a specific user identifier.
/v1/cmp/privacy-data
Fetch a complete JSON portability package for any user.
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"