get_address_using_gst
Retrieve the registered business address for any valid GST number. Get address details directly from the GST system.
Instructions
Endpoint: /getAddressUsingGST/:gst Method: GET Description: Retrieves the address associated with the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns the address associated with the GST number along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. GET /getAddressUsingGST/22ABCDE1234F1Z5
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| GSTNumber | Yes | Example value: 27AABCI6363G3ZH |