Returns a list of events for a specific 2FA Verification.
Bearer token using appid (Authorization: Bearer
2FA Verification ID.
"8753d4308f2e11ecb75fcdafd6d2d690"
List of 2FA events.
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
}
]