Use this method to retrieve a list of events associated with a 2FA Verification. The resulting list provides detailed information about each event within the Verification, including associated costs.
An API key to authorize your request
Wavix 2FA Verification ID
"8753d4308f2e11ecb75fcdafd6d2d690"
Date and time of the event
"2022-02-16T13:41:38.000Z"
Human readable event description. Can contain on of the following values:
Number lookup for the Wavix platform checked if the destination phone number is valid. You'll see the event only when the Number validation option is activated for your 2FA Service;Code sent via SMS indicates a code was sent via an SMS;Code sent via voice indicates a code was sent via a voice call;Verification indicates the code verification attempt"Code sent via SMS"
Status of an action associated with the event. Can be either success, failed, or pending.
"success"
Cost of an operation associated with the event, in USD
"0.005"
Error description, if any
[
{
"created_at": "2022-02-16T13:41:38.000Z",
"event": "Number lookup",
"status": "success",
"charge": "0.005",
"error": null
},
{
"created_at": "2022-02-16T13:41:38.000Z",
"event": "Code sent via SMS",
"status": "success",
"charge": "0.005",
"error": null
}
]