User Rights
Right
Regulation
Expiration time
ID
List all User Rights
[
{
"id": "ccpa_access_my_data",
"created_at": "Date",
"updated_at": "Date",
"label": {
"en": "I want to access my data"
},
"title": {
"en": "Request to access my data"
},
"description": {
"en": "You can request to access a copy of your personal information that we have in our database."
},
"name": "Right of access",
"regulation_id": "ccpa",
"expiration_time": 45
},
{
"id": "ccpa_delete_my_data",
"created_at": "Date",
"updated_at": "Date",
"label": {
"en": "I want to delete my data"
},
"title": {
"en": "Request to delete my data"
},
"description": {
"en": "You can request the deletion of all of your personal information we have in our database. Please note that by fulfilling such a request we will permanently delete your account and you will have no access to our services anymore."
},
"name": "Right of deletion",
"regulation_id": "ccpa",
"expiration_time": 45
},
{
"id": "ccpa_opt_out",
"created_at": "Date",
"updated_at": "Date",
"label": {
"en": "I want to opt-out"
},
"title": {
"en": "Request to opt-out"
},
"description": {
"en": "You can request that third parties stop selling your personal data."
},
"name": "Right to opt-out of sales",
"regulation_id": "ccpa",
"expiration_time": 15
}
]Last updated