Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Link the authenticated Playstation user to an existing Roblox Account.
- POST https://auth.roblox.com/v1/palisades-live/connect
- Content-Type: application/json
- User-Agent: Roblox/Darwin
- Roblox-Api-Key: Unknown
- Authentication: sonytesttoken
- X-CSRF-Token: <ResponseHeaderCsrfToken>
- {"ctype":"Username","cvalue":"SquishTestAccount39","password":"test"}
- ###
- Unlink the authenticated Roblox account from the Playstation account.
- POST https://auth.roblox.com/v1/palisades-live/disconnect
- Content-Type: application/json
- User-Agent: Roblox/Darwin
- Roblox-Api-Key: Unknown
- Authentication: sonytesttoken
- X-CSRF-Token: <ResponseHeaderCsrfToken>
- {}
- ###
- Log in a user based on his authenticated PlayStation session
- POST https://auth.roblox.com/v1/palisades-live/login
- Content-Type: application/json
- User-Agent: Roblox/Darwin
- Roblox-Api-Key: Unknown
- Authentication: sonytesttoken
- X-CSRF-Token: <ResponseHeaderCsrfToken>
- {}
- ###
- Sing up a user for Roblox on his authenticated PlayStation session
- POST https://auth.roblox.com/v1/palisades-api/signup
- Content-Type: application/json
- User-Agent: Roblox/Playstation
- Roblox-Api-Key: Unknown
- Authentication: sonytesttoken
- X-CSRF-Token: <ResponseHeaderCsrfToken>
- {"username":"SquishTestAccount140","password":"thisisfake","birthday":"01-01-01","locale":"en"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement