Navigation

Challenge initiated

Summary

Use this webhook to get notified when a challenge is presented to a user.

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

Response

The challenge.initiated webhook returns one property with a Challenge object.

{
  event: "challenge.initiated",
  account: String,
  challenge: {
    id: String,
    status: String,
    code: String,
    type: String,
    createdAt: Date,
    updatedAt: Date,
  }
}