get_gst_details_using_pan
Retrieve Goods and Services Tax (GST) registration details associated with a PAN number through the GST Insights API.
Instructions
Endpoint: /getGSTDetailsUsingPAN/:pan Method: GET Description: Fetches GST details using the provided PAN number. Parameters: pan (string, required): A valid PAN number (10 characters). Responses: 200 OK: Returns GST details along with a timestamp. 400 Bad Request: Invalid PAN number. 500 Internal Server Error: An error occurred on the server. Example Request: GET /getGSTDetailsUsingPAN/ABCDE1234F
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| panCard | Yes | Example value: AABCI6363G |