Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.authsignal.com/llms.txt

Use this file to discover all available pages before exploring further.

Supported events

The following authenticator challenge events allow you to send SMS, email and push notifications via your own provider.
  • email.created
  • sms.created
  • push.created

Authenticator challenge events

The following authenticator events will be fired when a user adds, updates or removes an authenticator. These can be used to send custom notifications to ensure that users are aware of all changes to the factors protecting their account.
  • authenticator.created
  • authenticator.updated
  • authenticator.deleted

Authenticator events

The following action verification event is sent synchronously after a challenge is verified. The webhook can be used to trigger additional tasks. A non-2xx response blocks the challenge from succeeding and returns an error to the caller.
  • action.verify

Action verification events

The following log events are sent in batches periodically providing a record of actions and challenges. This can be used to send these logs to SIEM or data lake systems.
  • action.log_created
  • challenge.log_created

Log events

Next steps