Accounts

Provides a challenge for the security key to authenticate.

post/v1/users/{userId}/challenges/security-key/verify-start

Path parameters

userIdinteger required

The user ID.

Request body

challengeIdstring

The two step verification challenge ID.

actionType0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8

The Roblox.TwoStepVerification.Client.TwoStepVerificationActionType associated with the challenge. ['Unknown' = 0, 'Login' = 1, 'RobuxSpend' = 2, 'ItemTrade' = 3, 'Resale' = 4, 'PasswordReset' = 5, 'RevertAccount' = 6, 'Generic' = 7, 'GenericWithRecoveryCodes' = 8]

Response

OK

authenticationOptionsstring

The authentication options for the hardware key.

sessionIdstring

The session of the authentication attempt.

Changes

No recorded changes to this endpoint across all 13 revisions of this API.