Skip to main content
GET
Fetch GST Verification Status

Overview

The GST Verification – Status API is used to fetch the final verification result of a GSTIN using the request_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

  1. Call GST Verification – Initiate API with a valid GSTIN.
  2. Store the returned request_id.
  3. Call GST Verification – Status API using the request_id to 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_id is 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

Authorization
string
header
required

API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.

Query Parameters

request_id
string<uuid>
required

Request ID received from the initiate API.

Response

GST verification success response .

status
enum<string>
required

Overall status of the API

Available options:
success,
error
code
integer
required

HTTP status code

Example:

400

message
string
required

Description of the response or error

Example:

"Invalid request parameters"

data
object
required