Classic APIs
ClassicGroupsApi
groupPayoutsInfo

groupPayoutsInfo

Gets a list of the group payout percentages.

Parameters

NameTypeDescription
groupIdIdentifierThe id of the group.

Example

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

Example Data

[
  {
    user: {
      hasVerifiedBadge: false,
      userId: 45348281,
      username: "MightyPart",
      displayName: "MightyPart",
    },
    percentage: 50,
  },
] 

Endpoint

GET /v1/groups/{groupId}/payouts