Check Connection

Check Connection

Checks Connection of the Multi Factor Authentication.

GET/api/MFA/CheckConnection
Query parameters
Response

Success

Request
const response = await fetch('/api/MFA/CheckConnection', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "type": "text",
  "title": "text",
  "status": 0,
  "detail": "text",
  "instance": "text"
}

© 2024 Parallels International GmbH. All rights reserved.