GST APIS
GST Advanced Auth
Verification endpoint — GST Advanced Auth. Reference documentation from the QRX Postman collection. No live API calls are made from this page.
Reference only — this page does not call live APIs.
POST
/api/qrx/gst_advanced_auth
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| gstin | 27ABCTY1234D1Z5 |
Sample success response
{
"status": true,
"message": "gst details fetch successfully",
"_truncated": true,
"data": "(response truncated for documentation)"
}