Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
gstrs
/
gstr-2a
/
{year}
/
{month}
GSTR-2A Document
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/{year}/{month} \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "data": {
    "data": {
      "fp": "042024",
      "gstin": "29AAACQ3770E000"
    }
  },
  "timestamp": 1763446641000,
  "transaction_id": "50d9c8de-1b74-4de8-9d16-01892a5b1c84"
}

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

Response

200 - application/json

200 No data / 200 Success

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"50d9c8de-1b74-4de8-9d16-01892a5b1c84"