validate_gst_number
Validates a 15-character GST number and returns registration status and details. Input a GST number to verify its authenticity.
Instructions
Endpoint: /validateGSTNumber/:gst Method: GET Description: Validates the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns validation results along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. GET /validateGSTNumber/22ABCDE1234F1Z5
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| GSTNumber | Yes | Example value: 27AABCI6363G3ZH |