Skip to main content
GET
/
api
/
v1
/
social
/
starting
/
point
GET /api/v1/social/starting/point
curl --request GET \
  --url https://api.scoot.app/api/v1/social/starting/point
{
  "socialId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "x": 123,
  "y": 123
}
Retrieves the default starting point configuration for new Scootaverse sessions.

Query Parameters

socialRoomSetId
string<uuid>
required

Response

200 - application/json

OK

socialId
string<uuid>
x
integer
y
integer
I