Skip to main content

ParentalConsent.Granted

Emitted when parental consent is granted.

Fields

FieldTypeRequiredDescription
eventTypestringyesAlways "ParentalConsent.Granted"
dataobjectyesConsent details
data.challengeIdstring (UUID)yesChallenge ID associated with the consent
data.scenarioIdstring (UUID)yesScenario ID for the consent flow

Example

{
"eventType": "ParentalConsent.Granted",
"data": {
"challengeId": "9d6b056e-7d62-4a9e-907a-3d0f6f1d1b9a",
"scenarioId": "7a1f2c3d-4e5f-6789-abcd-ef0123456789"
}
}