UserConsentEvent
idinteger
Unique identifier of the consent event.
consent_idinteger
Identifier of the consent record this event belongs to.
user_idinteger
Identifier of the user who triggered the event.
actionstring
The consent decision recorded by this event, either granted or revoked.
ip_addressstring
IP address from which the event was recorded.
consent_methodstring
How the consent decision was captured, such as web_checkbox or api.
created_atstring
Timestamp when the event was recorded.
UserConsentEvent
{
"id": 0,
"consent_id": 0,
"user_id": 0,
"action": "string",
"ip_address": "string",
"consent_method": "string",
"created_at": "string"
}
Was this page helpful?