improved
MFA status improvements in the Get API session details endpoint
November 22nd, 2024
You can get details about your current API session with GET /v3/login/session
. In the response, we have introduced a set of improvements.
Field | Description |
---|---|
mfaStatus | The existing PHONE_VERIFICATION status name is updated to DISABLED . This update adds clarity to the status.The mfaStatus is set as DISABLED when MFA is disabled for the organization. |
mfaBypass | This is a new field in the Get API session details response. This field is set as true when MFA is disabled at the developer key level. All organizations that are linked to this developer key do not require MFA. |
See GET /v3/login/session in the API reference for more information.