Sync GSTIN Details from CP
Verify GSTIN against GST Common Portal database
Overview
This API provides taxpayer details from GST Common Portal for the given gstin
.
Endpoint
HTTP Method | Resource |
---|---|
GET |
Request
Follow the below guidelines to pass GSTIN in path parameters to call the API.
Path Parameter
Param | Type | Description | Example |
---|---|---|---|
gstin | string | 15-character alphanumeric unique identifier assigned to business entities registering under the GST regime | 24AAACJ3770E2ZV |
Sample CURL Request
curl --location --request GET 'https://api.sandbox.co.in/ /24AAACJ3770E2ZZ' \
--header 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJhdWQiOiJBUEkiLCJyZWZyZXNoX3Rva2VuIjoiZXlKaGJHY2lPaUpJVXpVeE1pSjkuZXlKaGRXUWlPaUpCVUVraUxDSnpkV0lpT2lKclpYbGZiR2wyWlY5QlpHVXFLaW9xS2lvcUtpb3FLaW9xS2lvcUtpb3FLaW9xS2lvcUtsVjRjeUlzSW1Gd2FWOXJaWGtpT2lKclpYbGZiR2wyWlY5QlpHVXFLaW9xS2lvcUtpb3FLaW9xS2lvcUtpb3FLaW9xS2lvcUtsVjRjeUlzSW1semN5STZJbUZ3YVM1eGRXbGphMjh1WTI5dElpd2laWGh3SWpveE5Ua3dPVFk1TmpBd0xDSnBiblJsYm5RaU9pSlNSVVpTUlZOSVgxUlBTMFZPSWl3aWFXRjBJam94TlRVNU16UTNNakF3ZlEueHNmYkhQTERFRlRvTy1OUWdaUUpLM25OUjFxdlhvWmhaOHRqS3gzSExydjZiVkJaMHpJZEZ5ai1MUTg1YnJZS0xXQnFnZHlzZ1NDSXlDUXNtV2VOYkEiLCJzdWIiOiJqb2huQGRvZS5jb20iLCJhcGlfa2V5Ijoia2V5X2xpdmVfQWRlKioqKioqKioqKioqKioqKioqKioqKioqKipVeHMiLCJpc3MiOiJhcGkucXVpY2tvLmNvbSIsImV4cCI6MTU5MTA1NjAwMCwiaW50ZW50IjoiQUNDRVNTX1RPS0VOIiwiaWF0IjoxNTkwOTY5NjAwfQ.nH23CR5RHGQ0U19I_vq3vyJ_85A1a2iEMQij5QHgJQdDuS9x7FmTidsr1CQabSFF5ujE40SFxHv1gJM20TauUw' \
--header 'x-api-key: key_live_Ade**************************Uxs' \
--header 'x-api-version: 3.4.0'
Test Data Not Available
Response
Param | Type | Description | Example |
---|---|---|---|
Gstin | string | GSTIN for which the details are provided | 29AWGPV7107B1Z1 |
TradeName | string | Trade Name of the GSTIN . | VIKAS EXPORTS |
LegalName | string | Legal Name of the GSTIN | VIKAS EXPORTS |
AddrBnm | string | Address | RAMANAGARA |
AddrBno | string | Address | 562160 |
AddrFlno | string | Floor number | 1st floor |
AddrSt | string | Street | 6th main |
AddrLoc | string | Location | CHANNAPATNA |
StateCode | num | State Code | 29 |
AddrPncd | num | PIN code | 562160 |
TxpType | string | Taxpayer Type | REG |
BlkStatus | string | Block Status | null |
DtReg | string | Date of Registration | 2021-05-03 |
DtDReg | string | Date of De-registration | 2021-05-04 |
Response Caching
Response caching is not available for this API. Learn more about our response caching mechanism here
Wallet Charges
Since Sync GSTIN Details from CP API is a Paid API, a wallet charge will take place.
Versioning
This API is currently in major version 1.0. Refer to our versioning policies here
Updated 3 months ago