Back to home

GST APIS

Gst Contact Details

Verification endpoint — Gst Contact Details. 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_contact_details

Headers

Header Required
clientid Yes
secretid Yes
Content-Type application/json

Request body

Field Example
gstin 06ABCTY1234D1Z5

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Gst contact details fetch successfully",
    "data": {
        "mobile": "9999476893",
        "email": "gaurav10503882@gmail.com"
    },
    "request_id": "REQ2607011805138AE"
}