Skip to main content
POST
/
v6
/
reports
/
balanceSheet
Balance Sheet
curl --request POST \
  --url https://sandbox.tight.com/v6/reports/balanceSheet \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "recipients": {
    "emails": [
      "<string>"
    ],
    "ccEmails": [
      "<string>"
    ],
    "bccEmails": [
      "<string>"
    ]
  },
  "filter": {
    "beginDate": "2025-01-01",
    "endDate": "2025-12-31"
  },
  "grouping": {
    "period": "MONTHLY"
  }
}
'
{
  "result": "SUCCESS",
  "data": {
    "json": [
      {
        "name": "2025-01-01 to 2025-12-31",
        "period": {
          "beginDate": "2025-01-01",
          "endDate": "2025-12-31"
        },
        "assets": {
          "name": "Assets",
          "total": 566987,
          "children": [
            {
              "name": "Current Assets",
              "accountId": "gla_167242942",
              "accountNo": "11000",
              "total": 543262,
              "children": [
                {
                  "name": "TD Bank - Checking *0619",
                  "accountId": "gla_167243195",
                  "accountNo": "11001",
                  "total": 453943
                },
                {
                  "name": "Charles Schwab - Checking *4692",
                  "accountId": "gla_167243196",
                  "accountNo": "11002",
                  "total": 2071390
                },
                {
                  "name": "Stripe",
                  "accountId": "gla_167245693",
                  "accountNo": "11003",
                  "total": 2669
                },
                {
                  "name": "fewfwe *1234",
                  "accountId": "gla_170556888",
                  "accountNo": "11005",
                  "total": 350
                },
                {
                  "name": "Accounts Receivable",
                  "accountId": "gla_167242948",
                  "accountNo": "11500",
                  "total": 9110
                },
                {
                  "name": "Undeposited Funds",
                  "accountId": "gla_167242952",
                  "accountNo": "11700",
                  "total": 5800
                }
              ]
            },
            {
              "name": "Fixed Assets",
              "accountId": "gla_167242953",
              "accountNo": "15000",
              "total": 23725,
              "children": [
                {
                  "name": "Automobile",
                  "accountId": "gla_167242955",
                  "accountNo": "15100",
                  "total": 16371,
                  "children": [
                    {
                      "name": "Automobile Cost",
                      "accountId": "gla_167242955",
                      "accountNo": "15110",
                      "total": 16371
                    }
                  ]
                },
                {
                  "name": "Computers, Servers And Related Hardware",
                  "accountId": "gla_167242958",
                  "accountNo": "15200",
                  "total": 2804,
                  "children": [
                    {
                      "name": "Computers, Servers And Related Hardware Cost",
                      "accountId": "gla_167242958",
                      "accountNo": "15210",
                      "total": 2804
                    }
                  ]
                },
                {
                  "name": "Furniture and Equipment",
                  "accountId": "gla_167242961",
                  "accountNo": "15300",
                  "total": 4550,
                  "children": [
                    {
                      "name": "Furniture and Equipment Cost",
                      "accountId": "gla_167242961",
                      "accountNo": "15310",
                      "total": 4550
                    }
                  ]
                }
              ]
            },
            {
              "name": "Other Assets",
              "accountId": "gla_167242966",
              "accountNo": "18000",
              "total": 0,
              "children": []
            }
          ]
        },
        "liabilitiesAndEquity": {
          "name": "Total Liabilities & Equity",
          "total": 566987,
          "liabilities": {
            "name": "Liabilities",
            "total": 544165,
            "children": [
              {
                "name": "Current Liabilities",
                "accountId": "gla_167242969",
                "accountNo": "21000",
                "total": 544165,
                "children": [
                  {
                    "name": "American Express - Credit Card *3008",
                    "accountId": "gla_167243197",
                    "accountNo": "21001",
                    "total": 122888
                  },
                  {
                    "name": "Wells Fargo - Credit Card *1585",
                    "accountId": "gla_167243198",
                    "accountNo": "21002",
                    "total": 911476
                  },
                  {
                    "name": "American Express - Platinum Card® *2008",
                    "accountId": "gla_174147300",
                    "accountNo": "21004",
                    "total": -490199
                  }
                ]
              },
              {
                "name": "Long-term Liabilities",
                "accountId": "gla_167242977",
                "accountNo": "25000",
                "total": 0,
                "children": []
              }
            ]
          },
          "equity": {
            "name": "Equity",
            "total": 22822,
            "children": [
              {
                "name": "Current Income",
                "accountNo": "31001",
                "total": 1641165
              },
              {
                "name": "Capital Stock",
                "accountId": "gla_171128184",
                "accountNo": "32000",
                "total": -712872
              },
              {
                "name": "Shareholder Distributions",
                "accountId": "gla_171128186",
                "accountNo": "36000",
                "total": 6000
              },
              {
                "name": "Personal Income & Expenses",
                "accountId": "gla_171128187",
                "accountNo": "36500",
                "total": -11891
              },
              {
                "name": "Retained Earnings",
                "accountId": "gla_171128188",
                "accountNo": "37000",
                "total": 1100420
              }
            ]
          }
        }
      }
    ],
    "meta": {
      "title": "Balance Sheet",
      "generatedOn": "2025-12-03T10:30:00",
      "generatedBy": "Joe LaForgia",
      "footerLine": "Generated on 12/03/2025 at 7:45:55 PM by Joseph LaForgia"
    }
  },
  "error": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, see Authentication for more detail.

Body

application/json
exportType
enum<string>

Export format for the report

Available options:
JSON,
PDF,
XLSX
recipients
object

Email recipients for the report

accountingMethod
enum<string>

Accounting method to generate the report in. Defaults to the company's configured accounting method.

Available options:
ACCRUAL,
CASH
filter
object

Filters to apply to the report

grouping
object

Grouping options for the report

dateGrouping
enum<string>
Available options:
DAILY,
MONTHLY,
QUARTERLY,
YEARLY,
NONE

Response

Success

result
enum<string>

The result of the action performed.

Available options:
SUCCESS,
FAILURE
data
object

The data generated by the action performed.