Classic APIs
ClassicDevelopApi
authenticatedUserUniverses

authenticatedUserUniverses

Gets a list of universes for the authenticated user.

Parameters

NameTypeDescription
isArchived?booleanWhether or not to return archived games.
limit?10 | 25 | 50 | 100The number of results per request.
cursor?stringThe paging cursor for the previous or next page.
sortOrder?SortOrderThe order to sort the results in. Sorted by universeId.

Example

const { data: universes } = await ClassicDevelopApi.universesForGroup({ groupId: 5850082 }); 

Example Data

[
  {
    id: 43387735,
    name: "parrrty's Place Number: 2",
    description: "parrrty's Place",
    isArchived: false,
    rootPlaceId: 122862800,
    isActive: false,
    privacyType: "Private",
    creatorType: "User",
    creatorTargetId: 45348281,
    creatorName: "MightyPart",
    created: 2013-11-01T13:47:47.813Z,
    updated: 2019-04-04T13:32:49.633Z,
  },
] 

Endpoint

GET /v1/user/universes