curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/evc/otp \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"pan": "ABCCQ3123E"
}
'{
"code": 200,
"data": {
"status_cd": "1"
},
"timestamp": 1763446641,
"transaction_id": "6d2a2353-1664-4315-9fc3-536d4f753c1a"
}Generate EVC OTP to authenticate tax payer for filing returns.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/evc/otp \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"pan": "ABCCQ3123E"
}
'{
"code": 200,
"data": {
"status_cd": "1"
},
"timestamp": 1763446641,
"transaction_id": "6d2a2353-1664-4315-9fc3-536d4f753c1a"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the authorization header.
API key for identification
API version
GSTR Type. Example: gstr-1
"{{gst_return}}"
PAN of the authorized signatory
Was this page helpful?