Register a DPDP Consent Manager
Register a Consent Manager (India DPDP Phase II) whose signed receipts your tenant will accept as lawful proof of consent. Store the manager’s stable manager_id, HTTPS trust-anchor URL, and the SPKI PEM of its ECDSA P-256 public key — later receipt verification checks each receipt signature against this key. Use it once per manager before you start minting receipts. Admin/owner only.
Authorizations
Dashboard JWT token from Clerk
Body
Human-readable name of the Consent Manager.
1 - 200HTTPS-only trust-anchor URL for the manager (plain http, localhost, and private-network hosts are rejected).
500Stable machine identifier (no spaces) — e.g. cm-acme-prod, in.gov.dpb.cm.acme, or urn:dpdp:cm:acme.
1 - 200SPKI PEM of the manager's ECDSA P-256 public key used to verify receipt signatures.
1 - 4096ISO 3166-1 alpha-2 registration jurisdiction (defaults toward IN for DPDP managers).
2Whether the manager is active. Defaults to true; inactive managers cannot mint receipts.
Optional free-form metadata stored alongside the manager.
Response
Consent Manager registered — returns the generated id alongside the submitted fields.