Search GSTIN by PAN

POST {{sandbox_host}}/gst/compliance/public/pan/search?state_code={{state_code}}

Returns GSTIN entity for given GSTIN

Request Params

KeyDatatypeRequiredDescription
state_codestring

Request Body

{"pan"=>"{{pan}}"}

HEADERS

KeyDatatypeRequiredDescription
authorizationstringJWT Authorization token
x-api-keystringPublic key required to authorize API access.
x-api-versionstring
x-accept-cachebooleanPass true to get cached response

RESPONSES

status: OK

"{\n    \"code\": 200,\n    \"timestamp\": {{$timestamp}}000,\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"data\": {\n        \"error_code\": \"NOGSTIN\",\n        \"message\": \"No records found\"\n    }\n}"