IvedaAI: MultiFactorAuthentication
ivedaai_multi_factor_authenticationVerify email-based multi-factor authentication by submitting the OTP code and access token to confirm user identity and authorize access.
Instructions
IvedaAI API — MultiFactorAuthentication operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
POST /api/mfa/email — verify mfa query: access_token*:string, otp_code*:string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body, or form field values when uploading a file. | |
| file | No | Local file to upload, for operations that accept a file. | |
| path | No | Path parameters, e.g. { "cameraId": 12 } | |
| query | No | Query string parameters for this operation. | |
| operation | Yes | Which API operation to call, from the list in this tool's description. |