Navigation
Challenge completed
Summary
Use this webhook to get notified when a challenge is successfully passed by a user.
For more information on setting up and handling webhook events, view the documentation.
Response
The challenge.completed
webhook returns one property with a Challenge object.
{
event: "challenge.completed",
account: String,
challenge: {
id: String,
status: String,
code: String,
type: String,
reasons: String[],
createdAt: Date,
updatedAt: Date,
}
}