Advertisement
ku_

ash1-auth.roblox.com internal Roblox PS apis

ku_
Dec 5th, 2023
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Link the authenticated Playstation user to an existing Roblox Account.
  2. POST https://auth.roblox.com/v1/palisades-live/connect
  3. Content-Type: application/json
  4. User-Agent: Roblox/Darwin
  5. Roblox-Api-Key: Unknown
  6. Authentication: sonytesttoken
  7. X-CSRF-Token: <ResponseHeaderCsrfToken>
  8.  
  9. {"ctype":"Username","cvalue":"SquishTestAccount39","password":"test"}
  10.  
  11. ###
  12.  
  13. Unlink the authenticated Roblox account from the Playstation account.
  14. POST https://auth.roblox.com/v1/palisades-live/disconnect
  15. Content-Type: application/json
  16. User-Agent: Roblox/Darwin
  17. Roblox-Api-Key: Unknown
  18. Authentication: sonytesttoken
  19. X-CSRF-Token: <ResponseHeaderCsrfToken>
  20.  
  21. {}
  22.  
  23. ###
  24.  
  25. Log in a user based on his authenticated PlayStation session
  26. POST https://auth.roblox.com/v1/palisades-live/login
  27. Content-Type: application/json
  28. User-Agent: Roblox/Darwin
  29. Roblox-Api-Key: Unknown
  30. Authentication: sonytesttoken
  31. X-CSRF-Token: <ResponseHeaderCsrfToken>
  32.  
  33. {}
  34.  
  35. ###
  36.  
  37. Sing up a user for Roblox on his authenticated PlayStation session
  38. POST https://auth.roblox.com/v1/palisades-api/signup
  39. Content-Type: application/json
  40. User-Agent: Roblox/Playstation
  41. Roblox-Api-Key: Unknown
  42. Authentication: sonytesttoken
  43. X-CSRF-Token: <ResponseHeaderCsrfToken>
  44.  
  45. {"username":"SquishTestAccount140","password":"thisisfake","birthday":"01-01-01","locale":"en"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement