The California Consumer Privacy Act, as amended and expanded by the California Privacy Rights Act, gives Californians rights over the personal information businesses hold about them — to know, to delete, to correct, and to opt out of its sale or sharing. It created a dedicated regulator in the California Privacy Protection Agency, a registry for data brokers, and an opt-out signal browsers can send on a person's behalf.
CCPA / CPRA
Statute United States (California)
CCPA and CPRA are the closest the United States has to a general privacy law, and they arrived state-first rather than federally. What makes them interesting for API operations is less the rights themselves than their machine-readable edges: a required response to the Global Privacy Control signal, a public data-broker registry, and deletion and opt-out obligations that have to propagate to every downstream recipient of the data.
- Right to know, delete and correct - Obligations that land on whatever system actually holds the record, which in practice means several.
- Opt-out of sale and sharing - ‘Sharing’ explicitly covers cross-context behavioural advertising, which is what makes this an adtech rule as much as a privacy one.
- The data-broker registry - Businesses meeting the definition register publicly — a rare case of a regulator publishing a machine-readable list of who holds data about people.
- Global Privacy Control - A browser-level opt-out signal that must be honoured, and one of the few consent artifacts that travels automatically rather than by conversation.
- A dedicated regulator - The CPPA has rulemaking and enforcement authority, which distinguishes this from the sectoral US regimes around it.
The reason this regime keeps appearing in API Evangelist research is the propagation problem. An opt-out or a deletion is trivial to honour in one system and hard to honour across the fifteen a business integrated — and in the two markets where it bites hardest, the interfaces do not describe permission at all. The State of Marketing & Advertising APIs finds consent legible in 3.1% of that market’s APIs, and The State of Data & Analytics APIs finds preferences and suppression published as resources by nobody at all. The obligation is unambiguous and the artifact that would satisfy it at machine speed is missing, which is an opportunity rather than only a risk.
Referenced in API Evangelist papers
This regulation shows up in my published research. These reports read the machine-readable evidence provider by provider — and put this regulation in the context of a real sector.
The State of Marketing & Advertising APIs
Sale and sharing of personal information, global opt-out signals, and the data-broker registry several companies in that cohort appear on — in a market describing consent in its APIs at 3.1%.
The State of Data & Analytics APIs
Reaches the data-provider segment directly: people data, firmographics and web extraction, where consent is legible at 2.7% of the market.
Reaches these HTTP headers
Where a regulation actually touches the wire. Mandated means the law, or a technical standard it makes binding, names this header. Evidentiary means no law names it, but it is the deployed control for an obligation the law does impose. Inferred means it would be good evidence and nothing requires it — interesting to read, never to score.
sec-gpc
mandated
observable at the edge
The strongest case in the entire catalog: a request header that California recognises as a legally binding opt-out signal, with Colorado and Connecticut following through their universal-opt-out lists. Zero providers in the catalog declare it.