Cloud APIs
LegacyFollowingsApi
authedUserFollowUniverse

authedUserFollowUniverse

Follows a particular universe as the authenticated user.

Parameters

NameTypeDescription
universeIdUniverseIdThe ID of the universe to follow.
userIdUserIdThe ID of the authenticated user.

Example

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

Example Data

{ universeId: 4922741943, userId: 45348281 } 

Endpoint

POST /v1/users/{userId}/universes/{universeId}