---
title: "account/transactions/gl-codes"
method: GET
path: "/account/transactions/gl-codes"
tags: ["Account Endpoints"]
---

# account/transactions/gl-codes

`GET /account/transactions/gl-codes`

This endpoint returns a list all of your GL codes that can be assigned to transactions. Note, you must connect your accounting software to your account in order to use this endpoint.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `GLCodes` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items.
    - `0` object
      - `GLCode` string, required — Unique GL code
      - `Name` string, required — Name of the GL code
      - `Section` string, required — Section of the GL code
      - `SubSection` string, required — Sub-section of the GL code, if applicable
      - `AccountGroup` string, required — Account group of the GL code
      - `SubGroup` string, required — Sub-account group of the GL code, if applicable
      - `Classification` string, required — Classification of the GL code

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
