Classic APIs
ClassicGroupsApi
authenticatedUserSubscribeToGroupWallNotificationEvents

authenticatedUserSubscribeToGroupWallNotificationEvents

(THIS ENDPOINT PROBABLY DOESN'T WORK). Subscribes the authenticated user to notifications of group wall events.

Parameters

NameTypeDescription
groupIdIdentifierThe id of the group.

Example

const { data } = await ClassicGroupsApi.authenticatedUserSubscribeToGroupWallNotificationEvents({ groupId: 5850082 }); 

Endpoint

GET /v1/groups/{groupId}/wall/posts/subscribe