Identity Management (1.0)

Overview
Languages
Servers
EU Region
https://api.frontegg.com/identity/
US Region
https://api.us.frontegg.com/identity/
CA Region
https://api.ca.frontegg.com/identity/
AU Region
https://api.au.frontegg.com/identity/
https://{domain}.frontegg.com/identity/

API token

Operations

General

Operations

MFA

Operations

Recover MFA

Request

This route recovers MFA for a non logged-in user. Send the user’s email and a recovery code as params in the POST body. The recovery code comes from the MFA authenticator app when you set up MFA.

Bodyapplication/jsonrequired
recoveryCodestringrequired
emailstringrequired
curl -i -X POST \
  https://api.frontegg.com/identity/resources/auth/v1/user/mfa/recover \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "recoveryCode": "string",
    "email": "string"
  }'

Responses

Users

Operations