Hub Creatore
Dashboard
Impara
Negozio
Talento
Forum
Tabella di marcia
Accedi
Creazione
Panoramica
Esperienze
Avatar
Risorse
Open Cloud
Roblox Studio ha aumentato i requisiti minimi delle specifiche.
Scopri di più
Creazione
/
Open Cloud
/
All legacy APIs
Italiano
Feedback
Authentication v2
URL di base
https://auth.roblox.com
JSON
Scarica
Authentication
GET
/v2
/auth
/metadata
Gets Auth meta data
POST
/v2
/login
Authenticates a user.
POST
/v2
/logout
Destroys the current authentication session.
POST
/v2
/logoutfromallsessionsandreauthenticate
Logs out user from all other sessions.
Metadata
GET
/v2
/metadata
Get the metadata
PasswordsV2
GET
/v2
/passwords
/current-status
Returns password status for current user.
GET
/v2
/passwords
/reset
Gets metadata needed for the password reset view.
POST
/v2
/passwords
/reset
Resets a password for a user that belongs to the password reset ticket.
GET
/v2
/passwords
/validate
Endpoint for checking if a password is valid.
POST
/v2
/passwords
/validate
Endpoint for checking if a password is valid.
POST
/v2
/passwords
/reset
/send
Sends a password reset email or challenge to the specified target.
POST
/v2
/passwords
/reset
/verify
Verifies a password reset challenge solution.
Recovery
GET
/v2
/recovery
/metadata
Get metadata for forgot endpoints
Revert
GET
/v2
/revert
/account
Get Revert Account ticket info
POST
/v2
/revert
/account
Submit Revert Account Request
Usernames
GET
/v2
/usernames
Gets a list of existing usernames on Roblox based on the query parameters
GET
/v2
/usernames
/validate
Checks if a username is valid.
POST
/v2
/usernames
/validate
Checks if a username is valid.
POST
/v2
/usernames
/recover
Sends an email of all accounts belonging to an email
IdentityVerification
POST
/v2
/identity-verification
/login
Endpoint for login with identity verification
Signup
POST
/v2
/signup
Endpoint for signing up a new user
Passwords
POST
/v2
/user
/passwords
/change
Changes the password for the authenticated user.
UsernameChange
POST
/v2
/username
Change the user's username
Modelli
Models
Roblox.Authentication.Api.Models.AuthMetaDataResponse
Roblox.Authentication.Api.Models.ForgotPasswordUserResponse
Roblox.Authentication.Api.Models.LoginRequest
Roblox.Authentication.Api.Models.LoginResponse
Roblox.Authentication.Api.Models.MetadataResponse
Roblox.Authentication.Api.Models.PasswordChangeModel
Roblox.Authentication.Api.Models.PasswordResetMetadataResponse
Roblox.Authentication.Api.Models.PasswordResetModel
Roblox.Authentication.Api.Models.PasswordResetVerificationRequest
Roblox.Authentication.Api.Models.PasswordResetVerificationResponse
Roblox.Authentication.Api.Models.PasswordStatusResponse
Roblox.Authentication.Api.Models.PasswordValidationModel
Roblox.Authentication.Api.Models.PasswordValidationResponse
Roblox.Authentication.Api.Models.RecoverUsernameRequest
Roblox.Authentication.Api.Models.RecoverUsernameResponse
Roblox.Authentication.Api.Models.RecoveryMetadataResponse
Roblox.Authentication.Api.Models.ReferralDataModel
Roblox.Authentication.Api.Models.Request.IdentityVerificationLoginRequest
Roblox.Authentication.Api.Models.Request.LogoutFromAllSessionsAndReauthenticateRequest
Roblox.Authentication.Api.Models.Request.OtpSessionModel
Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel
Roblox.Authentication.Api.Models.RevertAccountInfoResponse
Roblox.Authentication.Api.Models.RevertAccountSubmitRequest
Roblox.Authentication.Api.Models.SendResetPasswordRequest
Roblox.Authentication.Api.Models.SendResetPasswordResponse
Roblox.Authentication.Api.Models.SignupRequest
Roblox.Authentication.Api.Models.SignupResponse
Roblox.Authentication.Api.Models.TwoStepVerificationSentResponse
Roblox.Authentication.Api.Models.UsernameChangeRequest
Roblox.Authentication.Api.Models.UsernameValidationRequest
Roblox.Authentication.Api.Models.UsernameValidationResponse
Roblox.Authentication.Api.Models.UsernamesResponse
Roblox.Web.Responses.Users.LegacyUserResponse
Roblox.Web.Responses.Users.SkinnyUserResponse
Roblox.Web.WebAPI.ApiEmptyResponseModel