API REFERENCE
...
Task
Submit MFA Data
2 min
{ "name" "submit mfa data", "method" "post", "url" "https //api sandbox klavi ai/data/v1/tasks/{taskid}/mfa", "description" "submit mfa information for task", "tab" "examples", "examples" { "languages" \[ { "id" "9rcvk5nlho01rkiicim1k", "language" "curl", "code" "curl location globoff 'https //api sandbox klavi ai/data/v1/tasks/{taskid}/mfa/{taskid}' \\\\\n header 'accept application/json' \\\\\n header 'content type application/json' \\\\\n data '{\\"mfaid\\" \\"number\\",\\"code\\" \\"string\\",\\"password\\" \\"string\\",\\"birthday\\" \\"string\\",\\"username\\" \\"string\\",\\"switchverificationtype\\" \\"string\\"}'", "customlabel" "" } ], "selectedlanguageid" "9rcvk5nlho01rkiicim1k" }, "results" { "languages" \[ { "id" "smmslfnyjtpqwkg urtyw", "language" "200", "customlabel" "", "code" "{\n \\"message\\" \\"ok\\"\n}" } ], "selectedlanguageid" "smmslfnyjtpqwkg urtyw" }, "request" { "pathparameters" \[ { "name" "taskid", "kind" "required", "type" "string", "description" "unique identifier for the task", "children" \[] } ], "queryparameters" \[], "headerparameters" \[ { "name" "authorization", "kind" "required", "type" "string", "description" "bearer link token, it returned by the /links", "children" \[] } ], "bodydataparameters" \[ { "name" "mfaid", "kind" "required", "type" "number", "description" "unique identifier for the mfa", "children" \[] }, { "name" "code", "kind" "optional", "type" "string", "description" "mfa code or token, if the institution's mfa requires it ", "children" \[] }, { "name" "password", "kind" "optional", "type" "string", "description" "password, if the institution's mfa requires it ", "children" \[] }, { "name" "birthday", "kind" "optional", "type" "string", "description" "birthday, if the institution's mfa requires it ", "children" \[] }, { "name" "username", "kind" "optional", "type" "string", "description" "user name, if the institution's mfa requires it ", "children" \[] }, { "name" "switchverificationtype", "kind" "optional", "type" "number", "description" "switchverificationtype, for nu invest only", "children" \[] } ], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" } } parameter different institutions have different mfaid and code , detail can be found mfa format docid\ kna77tigmgxgcxhz3snwp example of uber driver { "mfaid" 19, "code" "123456" } example of ifood { "mfaid" 52, "code" "ifoodexample\@gmail com" }