improved
MFA status improvements in the Get API session details endpoint
September 3rd, 2024
You can get details about your current API session with GET /v3/login/session
. In the response, we have introduced PHONE_VERIFICATION
as a new value for the mfaStatus
field.
Your organization mfaStatus
is set as PHONE_VERIFICATION
when the organization does not use MFA. See GET /v3/login/session in the API reference for more information.