v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
user

Create a new challenge for a MFA factor.

post/factors/{factorId}/challenge

Path parameters

factorIdstring uuid required

Request body

channel'sms' | 'whatsapp'

Response

A new challenge was generated for the factor. Use POST /factors/{factorId}/verify to verify the challenge.

OR

Example response

{
  "id": "14c1560e-2749-4522-bb62-d1458451830a",
  "expires_at": 1674840917
}