Centro de creación
Interfaz
Aprender
Tienda
Talentos
Foro
Hoja de ruta
Iniciar sesión
Create
Vista general
Experiencias
Avatar
Recursos
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
Create
/
Open Cloud
/
Accounts
Español
Comentarios
Two-step verification v1
URL base
https://twostepverification.roblox.com
JSON
Descargar
Metadata
GET
/v1
/metadata
Gets two step verification system metadata.
Configuration
GET
/v1
/users
/{userId}
/configuration
Gets two step verification configuration for the specified user.
RecoveryCodes
GET
/v1
/users
/{userId}
/recovery-codes
Gets the current status of recovery codes for a user.
POST
/v1
/users
/{userId}
/challenges
/recovery-codes
/verify
Verifies a two step verification challenge via a recovery code.
POST
/v1
/users
/{userId}
/recovery-codes
/clear
Clears any existing recovery codes for the user.
POST
/v1
/users
/{userId}
/recovery-codes
/regenerate
Clears any existing recovery codes and generates a new batch of recovery codes.
Authenticator
POST
/v1
/users
/{userId}
/challenges
/authenticator
/verify
Verifies a two step verification challenge code via authenticator app.
POST
/v1
/users
/{userId}
/configuration
/authenticator
/disable
Disables two step verification via authenticator for the specified user.
POST
/v1
/users
/{userId}
/configuration
/authenticator
/enable
Initiates enabling authenticator-based two step verification for the specified user.
POST
/v1
/users
/{userId}
/configuration
/authenticator
/enable-verify
Finishes enabling authenticator-based two step verification for the specified user.
CrossDevice
POST
/v1
/users
/{userId}
/challenges
/cross-device
/retract
Reverts a user's dialog state from ACTIVE to PENDING.
POST
/v1
/users
/{userId}
/challenges
/cross-device
/retry
Retry a Cross Device two step verification approval.
POST
/v1
/users
/{userId}
/challenges
/cross-device
/verify
Verifies a two step verification approval via Cross Device. Cross Device approval does not use a verification code.
Email
POST
/v1
/users
/{userId}
/challenges
/email
/send-code
Sends a two step verification challenge code via email.
POST
/v1
/users
/{userId}
/challenges
/email
/verify
Verifies a two step verification challenge with a code sent via email.
POST
/v1
/users
/{userId}
/configuration
/email
/disable
Disables two step verification via email for the specified user.
POST
/v1
/users
/{userId}
/configuration
/email
/enable
Enables two step verification via email for the specified user.
Passkey
POST
/v1
/users
/{userId}
/challenges
/passkey
/verify-finish
Validates the assertion data returned by the passkey.
POST
/v1
/users
/{userId}
/challenges
/passkey
/verify-start
Provides a challenge for the passkey to authenticate.
Password
POST
/v1
/users
/{userId}
/challenges
/password
/verify
Verifies a two step verification challenge with a password (code).
SecurityKey
POST
/v1
/users
/{userId}
/challenges
/security-key
/verify-finish
Validates the assertion data returned by the security key.
POST
/v1
/users
/{userId}
/challenges
/security-key
/verify-start
Provides a challenge for the security key to authenticate.
POST
/v1
/users
/{userId}
/configuration
/security-key
/disable
Disables a batch of credentials for the specified user.
POST
/v1
/users
/{userId}
/configuration
/security-key
/enable
Initiates security key registration by providing credential creation options.
POST
/v1
/users
/{userId}
/configuration
/security-key
/enable-verify
Finishes security key registration and stores credential. Enables security key as a 2sv media type if it is a user's first key.
POST
/v1
/users
/{userId}
/configuration
/security-key
/list
List a user's registered security keys.
SMS
POST
/v1
/users
/{userId}
/challenges
/sms
/send-code
Sends a two step verification code via SMS for the specified user.
POST
/v1
/users
/{userId}
/challenges
/sms
/verify
Verifies a two step verification challenge with a code sent via SMS.
POST
/v1
/users
/{userId}
/configuration
/sms
/disable
Disables two step verification via SMS for the specified user.
POST
/v1
/users
/{userId}
/configuration
/sms
/enable
Enables two step verification via SMS for the specified user.
Modelos
Models
Roblox.TwoStepVerification.Api.ClearRecoveryCodesRequest
Roblox.TwoStepVerification.Api.DisableSecurityKeyRequest
Roblox.TwoStepVerification.Api.DisableTwoStepVerificationRequest
Roblox.TwoStepVerification.Api.EnableAuthenticatorResponse
Roblox.TwoStepVerification.Api.EnableSecurityKeyResponse
Roblox.TwoStepVerification.Api.EnableTwoStepVerificationRequest
Roblox.TwoStepVerification.Api.EnableVerifyAuthenticatorRequest
Roblox.TwoStepVerification.Api.EnableVerifyAuthenticatorResponse
Roblox.TwoStepVerification.Api.EnableVerifySecurityKeyRequest
Roblox.TwoStepVerification.Api.ListSecurityKeyResponse
Roblox.TwoStepVerification.Api.MetadataResponse
Roblox.TwoStepVerification.Api.Models.Request.SecureAuthenticationIntentModel
Roblox.TwoStepVerification.Api.RecoveryCodesStatusResponse
Roblox.TwoStepVerification.Api.RegenerateRecoveryCodesRequest
Roblox.TwoStepVerification.Api.RegenerateRecoveryCodesResponse
Roblox.TwoStepVerification.Api.RetractDialogRequest
Roblox.TwoStepVerification.Api.RetractDialogResponse
Roblox.TwoStepVerification.Api.RetryApprovalRequest
Roblox.TwoStepVerification.Api.RetryApprovalResponse
Roblox.TwoStepVerification.Api.SecurityKeyCredential
Roblox.TwoStepVerification.Api.SendCodeRequest
Roblox.TwoStepVerification.Api.UserConfiguration
Roblox.TwoStepVerification.Api.UserConfigurationMethod
Roblox.TwoStepVerification.Api.VerifyApprovalRequest
Roblox.TwoStepVerification.Api.VerifyApprovalResponse
Roblox.TwoStepVerification.Api.VerifyCodeRequest
Roblox.TwoStepVerification.Api.VerifyCodeResponse
Roblox.TwoStepVerification.Api.VerifyStartPasskeyResponse
Roblox.TwoStepVerification.Api.VerifyStartSecurityKeyResponse
Roblox.Web.WebAPI.ApiEmptyResponseModel