cURL
curl --request POST \ --url https://api.sandbox.co.in/gst/compliance/tax-payer/evc/otp \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "pan": "<string>" } '
200
200 Success
{ "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.
Taxpayer access token
API key for identification
API version
GSTR Type. Example: gstr-1
"{{gst_return}}"
PAN of the authorized signatory
200 Success / OTP0010 Not authorized signatory
Show child attributes
"OTP0010"
"User does not have authorized signatory for Given Pan number and GSTIN"
"1"
1763446641
"6d2a2353-1664-4315-9fc3-536d4f753c1a"
Was this page helpful?