Navigation
Legacy
You're viewing the previous version. For the current product, see the v3 API reference.
Challenge skipped
Summary
Use this webhook to get notified when a challenge has been skipped for a user.
Payload
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,
}
}