AUTH: Submit Initial 2FA Code
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /api/v1/auth/submitfirst2facode HTTP/1.1
Host: api.hybrid-chain.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"first_2fa_code": "123456"
}{
"message": "2FA has been enabled.",
"success": true
}