GDPR Compliant by Default

Consent management
for modern developers

Record, verify, and prove consent with our developer-first API. Cryptographic receipts, real-time webhooks, and full audit trails.

Record a consent event
// Node.js example with HMAC authentication
const apiKey = 'your_api_key';
const timestamp = Date.now().toString();
const body = {
  policyVersionId: 'uuid-here',
  userReference: 'user_123',
  userEmail: 'user@example.com',
  consentGiven: true
};

const payload = `POST|/api/v1/consent|${timestamp}|${JSON.stringify(body)}`;
const signature = crypto.createHmac('sha256', apiKey)
  .update(payload).digest('hex');

await axios.post('https://api.consentproof.io/api/v1/consent',
  body, {
  headers: {
    'X-API-Key': apiKey,
    'X-Timestamp': timestamp,
    'X-Signature': signature
  }
});
99.99%
Uptime SLA
<50ms
API Response
100M+
Consents Recorded
SOC 2
Certified

Everything you need for
consent compliance

Built by developers, for developers. Get compliant in minutes, not months.

Immutable Records

Every consent event is cryptographically hashed and stored immutably. Perfect for regulatory audits.

PDF Receipts

Generate legally-compliant PDF receipts for any consent event with full audit trail included.

Real-time Webhooks

Get instant notifications when consent events occur. Integrate with your existing workflows.

Bank-grade Security

HMAC signature verification, API key rotation, and enterprise-grade encryption.

Multi-jurisdiction

Support for GDPR, CCPA, LGPD, and other privacy regulations worldwide.

Developer-first API

Clean RESTful API with comprehensive documentation. Get started in minutes.

Built for every
consent scenario

Whether you're tracking marketing opt-ins or documenting complex B2B agreements, ConsentProof provides the infrastructure you need.

Marketing Consent

Track opt-ins for newsletters and promotional content with full audit trails.

Terms Acceptance

Record when users accept your terms of service or privacy policy.

Data Processing

Document consent for analytics and third-party data sharing.

B2B Agreements

Track consent for DPAs, NDAs, and other business agreements.

Simple, transparent pricing

Start free, scale as you grow. No hidden fees.

Starter

For side projects

£0/month

100 consents/mo

Most Popular

Pro

For growing apps

£29/month

10,000 consents/mo

Business

For scaling teams

£99/month

100,000 consents/mo

Trusted by developers worldwide

ConsentProof made our GDPR compliance painless. The API is incredibly well-designed and the documentation is top-notch.

Sarah Chen
CTO, TechStartup

We switched from building our own consent system. ConsentProof saved us months of development.

Marcus Johnson
Engineering Lead, DataCo

The PDF receipts feature alone is worth the price. Our legal team loves the audit trail capabilities.

Emma Williams
Privacy Officer, FinanceApp

Ready to simplify consent management?

Join thousands of developers who trust ConsentProof for their consent management needs. Start free, no credit card required.