2FA
List 2FA verification events
Returns the lifecycle events of the 2FA verification identified by session_id, such as number lookup and code delivery.
get/v1/two-fa/session/{session_id}/events
Path parameters
session_idstring required
Example:8753d4308f2e11ecb75fcdafd6d2d690
The unique ID of the 2FA verification session.
Response
Returns the list of 2FA verification events.
Example response
[
{
"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
}
]