This API will verify the legitimacy of a GSTIN (Goods and Services Tax Identification Number). You will need to pass the GST Number to verify the status of the GST license. On successful validation, the API will return complete business details including the name and address of the business.
POST
https://api.veri5.cloud.robeeta.com/Veri5/VerifyGstDetails
Authorization: Api key
Header: Content-Type: application/json
Request Body
Response Body
curl -X POST \nhttps://api.veri5.cloud.robeeta.com/Veri5/VerifyGstDetails \\\n-H "Content-Type: application/json" \\\n-d '{\n "AccessKey": "string",\n "GstNumber": "string"\n}'
{ "Response": "string", "GstNumber": "string", "LegalName": "string", "GstinValidityFrom": "2024-09-30T09:02:51.920Z", "StateJurisdiction": "string", "ConstitutionType": "string", "TaxpayerType": "string", "StateJurisdictionCode": "string", "Activity": [ "string" ], "GstinStatus": "string", "TradeName": "string", "AddressPrimaryBuilding": "string", "AddressPrimaryStreet1": "string", "AddressPrimaryLocation": "string", "AddressPrimaryNumber": "string", "AddressPrimaryState": "string", "AddressPrimaryDistrict": "string", "AddressPrimaryFloor": "string", "AddressPrimaryLatt": "string", "AddressPrimaryLong": "string", "AddressPrimaryPincode": "string", "AddressSecondaryBuilding": "string", "AddressSecondaryStreet1": "string", "AddressSecondaryLocation": "string", "AddressSecondaryNumber": "string", "AddressSecondaryState": "string", "AddressSecondaryDistrict": "string", "AddressSecondaryFloor": "string", "AddressSecondaryLatt": "string", "AddressSecondaryLong": "string", "AddressSecondaryPincode": "string" }