user
Create a new challenge for a MFA factor.
post/factors/{factorId}/challenge
Path parameters
factorIdstring uuid required
Request body
Response
A new challenge was generated for the factor. Use POST /factors/{factorId}/verify to verify the challenge.
Example response
{
"id": "14c1560e-2749-4522-bb62-d1458451830a",
"expires_at": 1674840917
}