Skip to main content
GET
/
tax-codes
Get tax codes for a company
curl --request GET \
  --url https://openapi.pleo.io/v1/tax-codes \
  --header 'Authorization: Bearer <token>'
{
  "taxCodes": [
    {
      "id": "<string>",
      "name": "<string>",
      "rate": 123,
      "enabled": true,
      "code": "<string>",
      "type": "normal",
      "ingoingTaxAccount": "<string>",
      "outgoingTaxAccount": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Open API Bearer token

Query Parameters

force
boolean

Force tax code list to reload.

hidden
boolean

Include hidden tax codes.

Response

Tax codes have been returned

taxCodes
object[]
required

A list of tax codes fetched for the requested page