get_gst_details_using_gst_number
Retrieve GST registration status, business address, and filing history by providing a valid GST number.
Instructions
Endpoint: /getGSTDetailsUsingGST/:gst Method: GET Description: Fetches GST details using the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns GST details along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. Example Request: GET /getGSTDetailsUsingGST/22ABCDE1234F1Z5
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gstNumber | Yes | Example value: 27AABCI6363G3ZH |