Event Types
The following are Verosint event types and descriptions. If integrated with Auth0, those events received from an integration are mapped as well.
The event type must be specified when submitting records to the SignalPrint events endpoint using direct API calls, or using the signalprint send-events
command from the command-line interface.
Verosint Event | Auth0 Event | Description |
---|---|---|
ACCOUNT_RECOVERY_FAILED | gd_recovery_failed | Failed account recovery |
ACCOUNT_RECOVERY_SUCCESS | gd_recovery_succeed | Succeeded to recover account |
CHANGE_EMAIL_FAILED | fce | Failed to change email |
CHANGE_EMAIL_SUCCESS | sce | Succeeded to change email |
CHANGE_PASSWORD_FAILED | fcp fcpr | Failed to change password |
CHANGE_PASSWORD_SUCCESS | scp scpr | Succeeded to change password |
CHANGE_PAYMENT_FAILED | Failed to change payment | |
CHANGE_PAYMENT_SUCCESS | Succeeded to change payment | |
CHANGE_PHONE_FAILED | fcpn | Failed to change phone number |
CHANGE_PHONE_SUCCESS | scpn | Succeeded to change phone number |
CHANGE_USERNAME_FAILED | fcu | Failed to change username |
CHANGE_USERNAME_SUCCESS | scu | Succeeded to change username |
EMAIL_SUCCESS | gd_send_email | Succeeded to send email |
LOGIN_FAILED | f fp fu | Failed to log in |
LOGIN_SUCCESS | s sepft | Succeeded to log in |
LOGOUT_FAILED | flo | Failed to log out |
MFA_DEVICE_UNENROLLED | gd_unenroll | Unenrolled device used for MFA |
MFA_ENROLLMENT_FAILED | gd_start_enroll_failed gd_webauthn_enrollment_failed | Failed enrollment in MFA |
MFA_ENROLLMENT_SUCCESS | gd_enrollment_complete | Completed enrollment in MFA |
MFA_FAILED | gd_auth_failed gd_auth_rejected gd_webauthn_challenge_failed | Failed to authenticate with MFA |
MFA_STARTED | gd_start_auth | Started MFA authentication |
MFA_SUCCESS | gd_auth_succeed | Succeeded to authenticate with MFA |
PAYMENT_ADDED_FAILED | Failed to add payment | |
PAYMENT_ADDED_SUCCESS | Succeeded to add payment | |
PAYMENT_FAILED | Payment failed | |
PAYMENT_REMOVED_FAILED | Failed to remove payment | |
PAYMENT_REMOVED_SUCCESS | Succeeded to remove payment | |
PAYMENT_SUCCESS | Payment succeeded | |
PUSH_NOTIFICATION_FAILED | gd_send_pn_failure | Failed to send push notification |
PUSH_NOTIFICATION_SUCCESS | gd_send_pn | Succeeded to send push notification |
SIGNUP_FAILED | fs | Failed to sign up |
SIGNUP_SUCCESS | ss | Succeeded to sign up |
SMS_FAILED | gd_send_sms_failure | Failed to send SMS |
SMS_SUCCESS | gd_send_sms | Succeeded to send SMS |
TOKEN_ISSUED_SUCCESS | ssa , sertft | Succeeded to issue token |
VERIFICATION_SUCCESS | Succeeded identity verification |