California CCPA consumer-request lifecycle
Tracks intake, verification, acknowledgement, extension, disposition, downstream action, confirmation, and response timing for California delete, correct, know, sale-or-sharing opt-out, and sensitive-information limit requests. ADMT rights with a 1 January 2027 compliance date are outside this version.
- Protocol
- Proseid_v1.0
- Version
- v1.0.0
- Applies in
- United States
- Fields
- 25
- Flow price
- $0.20
- Publisher fee
- None
Time periods
Legal references
Schema fields
25 fieldsExample payload
{
"responses": {
"business_name": "",
"request_denied": false,
"opt_out_or_limit_deadline_reached": false,
"identity_verified": false,
"receipt_confirmed": false,
"receipt_confirmed_within_10_business_days": false,
"consumer_can_confirm_request_processed": false,
"received_at": "",
"response_summary": "",
"denial_or_exception_reason": "",
"downstream_action_status": "",
"ccpa_scope_confirmed": false,
"extension_used": false,
"completed_within_extended_90_days": false,
"acknowledgement_deadline_reached": false,
"request_type": "",
"completed_within_15_business_days": false,
"extended_response_deadline_reached": false,
"request_reference": "",
"extension_notice_sent_in_initial_period": false,
"request_completed": false,
"completed_within_45_calendar_days": false,
"initial_response_deadline_reached": false,
"extension_reason": ""
},
"effective_at": "2026-07-23"
}The request body this schema expects. Fill in responses and keep the field IDs unchanged. Validation becomes callable after you use this release in a published Flow.
API usage
Create a Flow from this schema, then replace the route placeholders with that Flow's organization and address. Validation is free and runs against the exact release bound to the Flow. It returns the engine's resolved fields and legal time period when ready, or a structured error with field-level issues.
curl -X POST https://proseid.com/api/v1/validate/{your-org}/{flow-slug} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json{
"valid": true,
"status": "READY",
"definitions": { ... },
"issues": [],
"effective_at": "2026-07-19",
"temporal_context": {
"logic_version": "current",
"valid_range": ["2026-01-01", null]
}
}{
"error": {
"code": "validation_failed",
"message": "the document did not pass validation",
"details": {
"status": "INCOMPLETE",
"issues": [{
"field_id": "business_name",
"kind": "missing_required",
"severity": "error",
"trigger": "completion",
"message": "Required field is missing"
}]
}
}
}Published versions
Permanent, attributable versionsTrust ledger
Crowd → credentialedNo votes yet.
No attestations yet. A verified professional can vouch for a specific version.