Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.arklow.io/v1/self/mfa/verify/totp/backup \ --header 'Content-Type: application/json' \ --header 'x-arklow-auth: <api-key>' \ --data ' { "device_id": "<string>", "code": "<string>" } '
{ "data": { "valid": true, "device_id": "<string>", "verification_type": "totp", "session_mfa_not_after": "2023-11-07T05:31:56Z" }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
Verify a backup MFA code for the authenticated user.
^[0-9]+$
6
Default Response
Show child attributes