Fetch GST Verification Status
GST Verification
Status
Fetches the GST verification result using the request_id
returned from the initiate API.
GET
Fetch GST Verification Status
Overview
The GST Verification – Status API is used to fetch the final verification result of a GSTIN using therequest_id generated by the GST Verification – Initiate API. This endpoint returns detailed and authoritative information about the GST registration, including legal entity details, registration status, filing history, jurisdiction, business nature, and other compliance-related metadata.
This API is intended to be called after a verification request has been successfully initiated. It completes the asynchronous verification workflow by providing the verified GST data once processing is finished.
Workflow Context
- Call GST Verification – Initiate API with a valid GSTIN.
- Store the returned
request_id. - Call GST Verification – Status API using the
request_idto retrieve the verification result.
If the verification is still in progress or failed, the API response will
reflect the appropriate status or error message.
Important Notes
- This API must be called only after initiating GST verification.
- The
request_idis mandatory and uniquely identifies the verification request. - Data returned is sourced from authorized GST service providers (GSPs).
- The response represents the latest available GST information at the time of verification.
- Field availability may vary depending on the GSTIN and data source.
Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Query Parameters
Request ID received from the initiate API.

