Multi-Factor Auth

Number of APIs: 5

  1. Enroll Factor POST {{base_url}}/auth/factors/enroll

  2. Challenge Factor POST {{base_url}}/auth/factors/{{authentication_factor_id}}/challenge

  3. Verify Challenge POST {{base_url}}/auth/challenges/{{authentication_challenge_id}}/verify

  4. Delete Factor DELETE {{base_url}}/auth/factors/{{authentication_factor_id}}

  5. Get Factor GET {{base_url}}/auth/factors/{{authentication_factor_id}}