Skip to main content
GET
Get GST tax rate by ID

Authorizations

X-API-KEY
string
header
required

Path Parameters

gst_tax_rate_id
integer
required

Response

OK

Output schema for GST tax rate.

id
integer
required
country_code
string
required
name
string
required
rate
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,6}0*$
tax_treatment
enum<string>
required
Available options:
STANDARD,
ZERO_RATED,
EXEMPT,
IMPORT_GST,
REVERSE_CHARGE,
SELF_ASSESSED,
OUT_OF_SCOPE
valid_from
string<date>
required
valid_to
string<date> | null
required
is_active
boolean
required
is_system
boolean
required
description
string | null
required
components
PublicGstTaxRateComponentSchemaOut · object[]
required
supply_category
enum<string> | null

India GST: intra-state (CGST+SGST) vs inter-state (IGST).

Available options:
INTRA_STATE,
INTER_STATE
region
string | null
Last modified on July 13, 2026