Navigation

Challenge viewed

Summary

Use this webhook to get notified when a user has viewed a challenge.

For more information on setting up and handling webhook events, view the documentation.

Response

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,
  }
}