Skip to content

Introduction

truConsent is a consent management platform built for developers. It gives you a REST API to record user consent decisions, track them over time, and produce an auditable history — so your application stays compliant with GDPR, PDPA, and similar regulations without you building that infrastructure yourself.

You define what you’re collecting consent for. truConsent stores and surfaces the record.

Consent collection

Record consent decisions for any number of purposes against a collection point. Capture approvals, declines, partial consent, and revocations with a single API call.

Out-of-app consent links

Generate time-limited magic links delivered by SMS or email so users can review and submit consent outside your app — no login required.

User rights

Let users file grievance tickets, register nominees, and look up your organization’s Data Protection Officer — all through the same API.

Consent banners

Fetch collection point and purpose data to render a fully configured consent banner in your UI, then write decisions back when the user responds.

Who truConsent is for

truConsent is built for developers integrating consent management into web apps, mobile apps, or backend services. You interact with it entirely over HTTP — there is no SDK required, though you can wrap the REST calls however you like.

If you are collecting personal data and need a verified, auditable record of user consent, truConsent handles the storage, structure, and retrieval.

Get started