v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBGST Verification
GST Verification
Performs GST verification with filing status. Requires X-API-KEY and X-Client-ID headers.
post/verify/gst_verification
Request body
Example request
{
"gst_number": "06ABCDE1234A1ZJ",
"filing_status": "true"
}Response
GST verification result
Example response
{
"status": "success",
"message": "Verification completed successfully",
"error_code": "IDTO_400",
"chargeble": "true",
"user_consent": "true"
}