Get the coin credit balance for the currently logged in user (or their team) in a specific month.
For example /credit-accounts/stats?member={member_id}&month=2023-01-01T00:00:00.000Z
.
Returns in summary the balance, monthly and once balances of the coins.
Important
You must specify either the member _id or team_id in the query of the request, otherwise the response will always be an empty array.
Important
If a member is part of a company, any coins that are assigned to the member will be transferred to the company.
Querying for the member only will return an empty array.
Always query for the team_id, if the member is part of a team.
Note
In order to use the requests in this collection, you need to authenticate to the API with your username and password by using this request.