Classic APIs
ClassicDevelopApi
universeConfiguration

universeConfiguration

Gets the configuration for a universe owned by the authenticated user.

Parameters

NameTypeDescription
universeIdUniverseIdThe ID of the universe to get the configuration for.

Example

const { data: config } = await ClassicDevelopApi.universeConfiguration({ universeId: 6069031486 }); 

Example Data

{
  allowPrivateServers: false,
  privateServerPrice: null,
  isMeshTextureApiAccessAllowed: false,
  id: 6069031486,
  name: "MightyPart's Place: 06032024_1",
  universeAvatarType: "MorphToR15",
  universeScaleType: "AllScales",
  universeAnimationType: "PlayerChoice",
  universeCollisionType: "OuterBox",
  universeBodyType: "Standard",
  universeJointPositioningType: "ArtistIntent",
  isArchived: false,
  isFriendsOnly: false,
  genre: "All",
  playableDevices: ["Computer", "Phone", "Tablet", "VR"],
  isForSale: false,
  price: 0,
  isStudioAccessToApisAllowed: false,
  privacyType: "Private",
} 

Endpoint

GET /v1/universes/{universeId}/configuration