Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
gstrs
/
gstr-1
/
ata
/
{year}
/
{month}
GSTR-1 ATA
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/ata/{year}/{month} \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "data": {
    "error": {
      "error_cd": "RET11416",
      "message": "No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect."
    },
    "status_cd": "0"
  },
  "timestamp": 1763446641000,
  "transaction_id": "263c48b3-80b1-439f-8dc0-3b00156f1b89"
}

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

RET11416 No data found

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"263c48b3-80b1-439f-8dc0-3b00156f1b89"