Skip to main content

GET /locations/:location_id/current/stats

This endpoint retrieves current stats for a specific location.

Parameters

  • location_id (required): The ID of the location for which stats are to be retrieved.
  • balance_type (optional): Which account balances to include. “positive” returns only debit balances, “negative” returns only credit balances, “all” returns both. Defaults to “all”.

Response

  • Content-Type: application/json