# API: Verify Client MFA
# verifyClientMFA
Verify whether code provided is valid for customer MFA. This should be used with non-interactive MFA module like Google Authenticator
# Required parameters
Parameter | Description |
---|---|
client_id | Client Id |
code | Code for the verification module |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=verifyClientMFA&client_id=CLIENT_ID&code=CODE
# PHP Samples
# Response
{
"success": true,
"call": "verifyClientMFA",
"server_time": 1700746899
}