v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account Endpoints

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.

get/account/transactions/gl-codes

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Example response

{
  "Success": true,
  "GLCodes": {
    "0": {
      "GLCode": "22000",
      "Name": "Accounts Payable",
      "Section": "Liabilities",
      "SubSection": "Current Liabilities",
      "AccountGroup": "Accounts Payables",
      "SubGroup": "Accounts Payables",
      "Classification": "Liability"
    }
  }
}