Skip to main content
POST
/
v1
/
verification
/
gstin
/
gstin-by-pan
/
batch
Bulk Search Taxpayer By Pan
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/gstin/gstin-by-pan/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form batch_file='@example-file'
{
  "code": 201,
  "timestamp": 1948475859595,
  "transaction_id": "string",
  "request_id": "string",
  "message": "batch processing in progress",
  "sub_code": "SUCCESS",
  "output_batch_file": ""
}

Documentation Index

Fetch the complete documentation index at: https://deepvue-2e0dbadd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

webhook_url
string

Webhook URL where you wish to receive the file once processed.

Body

multipart/form-data
batch_file
file
required

Response

Successful Response

code
integer
default:201
timestamp
integer
transaction_id
string
request_id
string
message
string
default:batch processing in progress
sub_code
string
default:SUCCESS
output_batch_file
string
default:""