v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-262621423.8 MB

List all account tax lines

Returns a list of account tax lines.

NOTE: QuickBooks Desktop does not support pagination for account tax lines; hence, there is no cursor parameter. Users typically have few account tax lines.

get/quickbooks-desktop/account-tax-lines

Headers

Conductor-End-User-Idstring required

The ID of the End-User to receive this request.

Example:end_usr_1234567abcdefg

The ID of the End-User to receive this request.

Response

Returns a list of account tax lines.

objectType'list' required

The type of object. This value is always "list".

urlstring required

The endpoint URL where this list can be accessed.

Example response

{
  "objectType": "list",
  "url": "/v1/quickbooks-desktop/account-tax-lines",
  "data": [
    {
      "taxLineId": 123,
      "taxLineName": "State Sales Tax"
    }
  ]
}