Get Mobile App Notification Verification Status

get

/mfa/v1/requests/{requestId}

Request

Supported Media Types
Path Parameters
  • Unique identifier of a factor authentication request returned by the server, when the user initiated factor verification
Header Parameters
  • Provide a valid OAuth Access Token that has either the 'Authenticator Client' or 'MFA Client' scope.
Back to Top

Response

Supported Media Types

200 Response

Indicates that the user has approved the PUSH notification request.

401 Response

Indicates that the user has rejected the PUSH notification request. Indicates unauthorized access if the token provided is invalid or if the user is either locked, inactive, or not enrolled in MFA.

404 Response

Indicates that the requestId provided is invalid.
Back to Top