ParentalConsent.Granted
Emitted when parental consent is granted.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
eventType | string | yes | Always "ParentalConsent.Granted" |
data | object | yes | Consent details |
data.challengeId | string (UUID) | yes | Challenge ID associated with the consent |
data.scenarioId | string (UUID) | yes | Scenario ID for the consent flow |
Example
{
"eventType": "ParentalConsent.Granted",
"data": {
"challengeId": "9d6b056e-7d62-4a9e-907a-3d0f6f1d1b9a",
"scenarioId": "7a1f2c3d-4e5f-6789-abcd-ef0123456789"
}
}