Classic APIs
ClassicGroupsApi
featuredEvent

featuredEvent

Gets the featured event for a group.

Parameters

NameTypeDescription
groupIdGroupIdThe ID of the group to get the event for.

Example

const { data: eventId } = await ClassicGroupsApi.featuredEvent({ groupId: 15842838 }); 

Endpoint

GET /v1/featured-content/event