CuteSign
  1. GST Verification
CuteSign
  • Start Integrating CuteSign Seamless API's
  • PAN Verification
    • Fetch Pan number using Aadhaar no
      GET
    • Fetch Pan number using Aadhaar no POST
      POST
    • Mobile To Pan Number Fetch
      GET
    • Mobile To Pan Number Fetch POST
      POST
    • PAN Details by PAN Number
      GET
    • PAN Details by PAN Number Copy
      POST
  • GST Verification
    • GST Verification
      GET
    • GST Verification POST
      POST
  • Driving License
    • DL PDF Download {get}
      GET
    • RC PDF Download {get}
      GET
  1. GST Verification

GST Verification

GET
https://api.cutesign.in/api/v1/gst/gst-details

Request

Query Params

Responses

🟢200OK
application/json
Body

🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.cutesign.in/api/v1/gst/gst-details?keyword=22AAAAA0000A1Z5&order_id=2s3842423423&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"
    }
}
Modified at 2025-04-26 08:18:59
Previous
PAN Details by PAN Number Copy
Next
GST Verification POST
Built with