GST Tax Rates

List GST tax rates

Retrieve a paginated list of GST tax rates available for the organization.

Use the id field as gst_tax_rate_id when creating or updating transaction line items (invoices, bills, journal entries, etc.) with GST tax data.

Includes component breakdown (e.g., CGST + SGST for India intra-state, GST + PST for Canadian provinces) when applicable.

Filter by country_code, tax_treatment, or is_active to narrow results.

get/public/v2/gst-tax-rates/

Query parameters

updated_afterstring date-time nullable
updated_beforestring date-time nullable
country_codeGstCountries[] nullable
tax_treatment'STANDARD' | 'ZERO_RATED' | 'EXEMPT' | 'IMPORT_GST' | 'REVERSE_CHARGE' | 'SELF_ASSESSED' | 'OUT_OF_SCOPE'
is_activeboolean nullable
limitinteger

Number of records to return per page (capped at 100)

Number of records to return per page (capped at 100)

offsetinteger

Number of records to skip before starting to return results

Number of records to skip before starting to return results

Response

OK

countinteger required

Changes

Changed in 1 of the 16 revisions of this API.4

    • added the new optional query request parameter updated_after

      new-optional-request-parameter

    • added the new optional query request parameter updated_before

      new-optional-request-parameter

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

    This revision also has 93 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog