API structure has changed
4 structure changes including:
1 Addition
3 Modifications
Modified
3
Breaking
GET /api/my-account/mfa-settings
- Response
-
200 response Modified
-
application/json content type Modified
-
requireMfaOnSignIn property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- skipMfaOnSignIn property Added
-
requireMfaOnSignIn property Removed
-
application/json content type Modified
PATCH /api/my-account
- Body
-
application/json content type Modified
- customData property Added
PATCH /api/my-account/mfa-settings
- Body
-
application/json content type Modified
-
requireMfaOnSignIn property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- skipMfaOnSignIn property Added
-
requireMfaOnSignIn property Removed
Added
1
POST /api/my-account/mfa-verifications/totp/verify