
v5.0.0-beta1
- Getting Started
- Authentication
- AdvancedReports
- Targets
- Exceptions
- Plans
- Products
- Subscriptions
- Vulnerabilities
- Reports
- Scanners
- Hosts
- Notifications
- Organizations
- Subscribe to a plan
- List organizations
- Create Organization
- List dependent subscriptions
- Show an organization
- Update an organization
- Delete an organization
- Subscribe an organization to a plan
- Unsubscribe an organization from a plan
- Move a user from one organization to another
- Export all organizations to a CSV file
- Organization Subscriptions
- Whitelabel
- PortLists
- getPortalSettings
- Scan Hosts
- Scan Vulnerabilities
- Schedules
- User
- Get current user
- Update current user
- Change current user password
- Get current user active plans (Not implemented yet)
- Get organization members
- Get current user products
- Get current organization
- Update current organization
- Get subscriptions history
- Change users product
- Checks if authorization token is valid
- Get current user permissions
- Check if the user can be deleted
- Transfers all the resources from the user to another user
- Delete my account
- Users
- Scans
- User 2FA
- UserPreferences
- webhooks
- Webhooks
- Audit
Verify 2FA installation
PUT
/v2/user/mfa/verify_installation
User 2FA
Last modified:2024-11-12 10:01:43
Once the user initiates 2FA enablement and receives a verification code (via SMS OTP or TOTP),
this endpoint serves to validate the successful installation of the chosen 2FA method.
Users must submit the received code to confirm and complete the 2FA activation process.
Successful verification ensures a secure and accurate integration of 2FA for enhanced account security.
Request
Query Params
method
enum<string>Â
required
Allowed values:
smstotp
otp_attempt
stringÂ
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/v2/user/mfa/verify_installation?method&otp_attempt'
Responses
🟢200OK
application/json
Body
object {0}
Examples
{
"status": "verified"
}
🟠401Unauthorized
🟠422Parameter Error
Modified at 2024-11-12 10:01:43