Secure MFA (1.0.0)

Download OpenAPI specification:Download

Authentication

Bearer

Authentication JWT token, prefixed by Bearer: Bearer ${JWT}

Security Scheme Type API Key
Header parameter name: Authorization

MfaService

SecureMfa

Secure Mfa Status Request

Authorizations:
path Parameters
mfaId
required
string

Unique mfa request identifier

Responses

Response samples

Content type
application/json
{
  • "mfaId": "9d52fd78-3415-4cc9-b551-81f506257a98",
  • "mfaType": "EMAIL",
  • "mfaEnabled": true,
  • "mfaStatus": "SUCCESS",
  • "correlationId": "48fb4cd3-2ef6-4479-bea1-7c92721b988c",
  • "userId": "meoyyd8za8jdmwfm",
  • "sessionId": "d121ea2210434ffc8a90daff9cc97e76",
  • "createdAt": 1635313377123127300,
  • "lastUpdated": 1635314337897235000
}