Navigation
Challenge viewed
Summary
Use this webhook to get notified when a user has viewed a challenge.
Payload
The challenge.viewed
webhook returns one property with a Challenge object.
{
event: "challenge.viewed",
account: String,
challenge: {
id: String,
status: String,
code: String,
type: String,
reasons: String[],
createdAt: Date,
updatedAt: Date,
}
}