⚠️ This documentation is not complete and will change. Documentation and API References are actively being updated.
curl --request POST \
--url https://api.propops.app/api/gdpr/consent \
--header 'Content-Type: application/json' \
--data '
{
"consent_type": "analytics_cookies",
"accepted": true,
"consent_version": "1.0",
"fingerprint": "fp_001",
"choices": {},
"email": "jsmith@example.com"
}
'{
"success": true,
"message": "Operation completed successfully"
}Record a user’s cookie/data consent choices. This is a public endpoint that does not require authentication (used on the login page).
curl --request POST \
--url https://api.propops.app/api/gdpr/consent \
--header 'Content-Type: application/json' \
--data '
{
"consent_type": "analytics_cookies",
"accepted": true,
"consent_version": "1.0",
"fingerprint": "fp_001",
"choices": {},
"email": "jsmith@example.com"
}
'{
"success": true,
"message": "Operation completed successfully"
}essential_cookies, analytics_cookies, marketing_cookies "analytics_cookies"
true
"1.0"
"fp_001"
Show child attributes