Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
gstrs
/
gstr-2a
/
impgsez
/
{year}
/
{month}
GSTR-2A IMPGSEZ
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/impgsez/{year}/{month} \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "data": {
    "error": {
      "error_cd": "RET13510",
      "message": "No Record found for the provided Inputs"
    },
    "status_cd": "0"
  },
  "timestamp": 1763446641000,
  "transaction_id": "93bf82a7-5e2b-410b-9ebf-9c2009fbfcf5"
}

Headers

Authorization
string
required

Taxpayer access token

x-api-version
string
default:1.0.0

API version

x-api-key
string
required

API key for identification

Path Parameters

year
string
required

Year e.g. 2020

month
string
required

Month e.g. 01

Query Parameters

from
string

Filter to fetch data from specified date. E.g., 28/01/2025

Example:

"10/12/2021"

Response

200 - application/json

RET13510 No data found

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"93bf82a7-5e2b-410b-9ebf-9c2009fbfcf5"