2FA
Resend a code
Resends the OTP for the verification identified by session_id over the specified channel. Previously sent codes are invalidated.
post/v1/two-fa/verification/{session_id}
Path parameters
session_idstring required
Example:2953d4308f2e11ecb75fcdafd6d2d687
The unique ID of the 2FA verification session.
Request body
Example request
{
"channel": "voice"
}Response
Returns the resend result, including the channel used.
Example response
{
"success": true,
"channel": "voice",
"destination": "447919433768",
"created_at": "2022-02-16T13:41:38.000Z"
}