GST Verification POST
POST
https://api.cutesign.in/api/v1/gst/gst-details
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cutesign.in/api/v1/gst/gst-details' \
--data-urlencode 'keyword=22AAAAA0000A1Z5' \
--data-urlencode 'order_id=2s3842423423' \
--data-urlencode 'api_key=Api Key'
Response Response Example
200 - Success
{
"status": "success",
"order_id": "ds9384728934",
"keyword": "27AAACB1234D1Z5",
"message": "XYZ TECH SOLUTIONS PRIVATE LIMITED",
"balance": 5000,
"data": {
"order_id": "ds9384728934",
"keyword": "27AAACB1234D1Z5",
"gstin": "27AAACB1234D1Z5",
"legal_name": "XYZ TECH SOLUTIONS PRIVATE LIMITED",
"trade_name": "XYZ TECH SOLUTIONS PRIVATE LIMITED",
"status": "Active",
"registration_type": "Regular",
"registration_date": "15-08-2023",
"last_update": "20-08-2023",
"entity_type": "Private Limited Company",
"jurisdiction": {
"state_code": "MH005",
"state": "Maharashtra",
"division": "RANGE-MUM1",
"range": "GSTO 101 - Mumbai"
},
"business_nature": [
"Supplier of Goods",
"Supplier of Services"
],
"primary_address": {
"bnm": "INNOVATION HUB",
"st": "BANDRA KURLA COMPLEX",
"loc": "Mumbai",
"bno": "BLOCK A",
"dst": "Mumbai Suburban",
"lt": "19.067839",
"locality": "Bandra East",
"pncd": "400051",
"landMark": "Near Trade Center",
"stcd": "Maharashtra",
"geocodelvl": "Building",
"flno": "5th Floor",
"lg": "72.870166"
},
"e_invoice_status": "Yes"
}
}
Request
Body Params application/x-www-form-urlencoded
keyword
string
required
Example:
22AAAAA0000A1Z5
order_id
string
required
Example:
2s3842423423
api_key
string
required
Example:
Api Key
Responses
Modified at 2025-04-26 15:51:03