Cloud APIs
LegacyFollowingsApi
universeFollowingStatusForUser

universeFollowingStatusForUser

Gets the following status between a user and a universe.

Parameters

NameTypeDescription
universeIdUniverseIdThe ID of the universe to get following status for.
userIdUserIdThe ID of the user to get following status for.

Example

const { data: status } = await LegacyFollowingsApi.universeFollowingStatusForUser({
  universeId: 4922741943,
  userId: 45348281,
}); 

Example Data

{
  universeId: 4922741943,
  userId: 45348281,
  canFollow: true,
  isFollowing: false,
  followingCountByType: 44,
  followingLimitByType: 200,
} 

Endpoint

GET /v1/users/{userId}/universes/{universeId}/status