GET /search/sac/{code}
Retrieve basic information and hierarchy details for an exact SAC code.
Request
Method:
GETPath:
/search/sac/{code}Auth:
X-API-Key: <your_key>
Path Parameters
code(string, required): Exact SAC code (e.g.,997326)
Curl Example
curl --location 'https://api.taxlookup.fastgst.in/search/sac/997326' \
--header 'X-API-Key: ******'
Successful Response
{
"success": true,
"data": {
"sac_code": "997326",
"description": "Leasing or Rental Services Concerning Textiles Clothing and Footwear",
"hierarchy": {
"section": {"level": "Section", "description": "All Services"},
"heading": {"level": "Heading", "description": "Leasing or Rental Services Without Operator"},
"group": null,
"sub_group": {"level": "Sub-Group", "description": "Leasing or Rental Services Concerning Textiles Clothing and Footwear"}
}
},
"meta": {"api_version": "v1", "timestamp": "2025-10-12", "request_id": "req_0HNG9G0COVSMG:00000003"}
}
Notes
Use GET /search/sac to discover codes, then call this endpoint for authoritative descriptions and hierarchy.
Errors
See API Conventions for common errors and shapes.