Classic APIs
ClassicGroupsApi
groupsMetadata

groupsMetadata

Gets groups metadata.

Example

const { data: metadata } = await ClassicGroupsApi.groupsMetadata(); 

Example Data

{
  groupLimit: 100,
  currentGroupCount: 57,
  groupStatusMaxLength: 255,
  groupPostMaxLength: 500,
  isGroupWallNotificationsEnabled: false,
  groupWallNotificationsSubscribeIntervalInMilliseconds: 60000,
  areProfileGroupsHidden: false,
  isGroupDetailsPolicyEnabled: true,
  showPreviousGroupNames: true,
} 

Endpoint

GET /v1/groups/metadata