Navigation
Challenge initiated
Summary
Fires when a challenge is created for a user.
Payload
The challenge.initiated event sends the account it relates to and a summary of the challenge.
{
event: "challenge.initiated",
account: String,
challenge: {
id: String,
status: String,
code: String,
type: String,
reasons: String[],
createdAt: Date,
updatedAt: Date,
}
}