groupPayoutsInfo
Gets a list of the group payout percentages.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The 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