List 2FA Verification events
2FA
List 2FA Verification events
Returns a list of events for a specific 2FA Verification.
GET
List 2FA Verification events
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
2FA Verification ID.
Example:
"8753d4308f2e11ecb75fcdafd6d2d690"
Response
List of 2FA events.
Date and time of the event
Example:
"2022-02-16T13:41:38.000Z"
Human readable event description. Can contain on of the following values:
Number lookupfor 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 SMSindicates a code was sent via an SMS;Code sent via voiceindicates a code was sent via a voice call;Verificationindicates the code verification attempt
Example:
"Code sent via SMS"
Status of an action associated with the event. Can be either success, failed, or pending.
Example:
"success"
Cost of an operation associated with the event, in USD
Example:
"0.005"
Error description, if any
Example:
[
{
"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
}
]