E-Verify Authentication Attempted

Occurs after an attempt to authenticate E-Verify account credentials via Web Services. Authentication is attempted once credentials are added to or updated on a subdomain. E-Verify credentials continue to be authenticated daily to ensure a valid connection with Web Services.

Data includes account id and authentication result (true or false).

Successful Authentication - Example payload:

{
  "event_key": "everify.authentication_attempted",
  "occurred_at": "2026-02-17T13:50:13.572-07:00",
  "data": {
    "id": 1,
    "everify_authenticated": true
  }
}

Failed Authentication - Example payload:

{
  "event_key": "everify.authentication_attempted",
  "occurred_at": "2026-02-17T13:50:13.572-07:00",
  "data": {
    "id": 1,
    "everify_authenticated": false
  }
}