cURL
curl --request GET \ --url https://api.cuttr.com/api/platform/teams/{teamId}/wallet \ --header 'X-API-Key: <x-api-key>'
{ "balance_cents": 2500, "total_spent_cents": 7500, "total_topped_up_cents": 10000, "active": true }
Get your team’s wallet balance and usage totals
2500