POST
/
api
/
v1
/
in
/
gstin
curl --request POST \
  --url https://infopass.in/api/v1/in/gstin \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "gstin": "30AAACR5055K1ZK"
}'
{
  "code": "0x0200",
  "message": "Record found successful.",
  "status": "SUCCESS",
  "data": {
    "clientId": "corporate_gstin_zgLadmJsZvoPoMdozjus",
    "fieldVisitConducted": "No",
    "gstinStatus": "Active",
    "stateJurisdiction": "State - Goa,Headquarter - North Goa,Ward - Panaji (Jurisdictional Office)",
    "constitutionOfBusiness": "Public Limited Company",
    "gstin": "30AAACR5055K1ZK",
    "address": "RCITPL Premises,Ground Floor, CMM Arena, Renovadi, Merces, North Goa, Goa, 403005",
    "dateOfRegistration": "2017-07-01",
    "businessName": "RELIANCE INDUSTRIES LIMITED.",
    "centerJurisdiction": "Commissionerate - GOA,Division - DIVISION-II,Range - RANGE-IV",
    "taxpayerType": "Regular",
    "dateOfCancellation": "1800-01-01",
    "filingStatus": []
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json · object

Response

200
application/json
OK

The response is of type object.