groupCanAddFunds
Checks if a group can have funds added to it.
Parameters
| Name | Type | Description |
|---|---|---|
| groupId | Identifier | The ID of the group to check if funds can be added to. |
Example
const { data: canAddFunds } = await ClassicEconomyApi.groupCanAddFunds({ groupId: 5850082 }); Endpoint
GET /v1/groups/${groupId}/addfunds/allowed