Classic APIs
ClassicEconomyApi
groupCanAddFunds

groupCanAddFunds

Checks if a group can have funds added to it.

Parameters

NameTypeDescription
groupIdIdentifierThe 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