Record GDPR consent
curl --request POST \
--url https://my.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"
}GDPR & Privacy
Record GDPR consent
Record a user’s cookie/data consent choices. This is a public endpoint that does not require authentication (used on the login page).
POST
/
api
/
gdpr
/
consent
Record GDPR consent
curl --request POST \
--url https://my.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"
}Documentation Index
Fetch the complete documentation index at: https://help.propops.app/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Available options:
essential_cookies, analytics_cookies, marketing_cookies Example:
"analytics_cookies"
Example:
true
Example:
"1.0"
Example:
"fp_001"
Show child attributes
Show child attributes
⌘I