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