Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
gstrs
/
gstr-2a
/
amdhist
/
{year}
/
{month}
GSTR-2A AMDHIST
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/amdhist/{year}/{month} \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "data": {
    "error": {
      "error_cd": "RET13508",
      "message": "No Details Found for the Provided Inputs"
    },
    "status_cd": "0"
  },
  "timestamp": 1763446641000,
  "transaction_id": "0903f05a-9d6d-4778-8a85-2e3c11bf3cd0"
}

Headers

Authorization
string
required

Taxpayer access token

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Path Parameters

year
string
required

Year e.g. 2020

month
string
required

Month e.g. 01

Query Parameters

bill_of_entry_number
string
required

Bill of Entry Number

Example:

"8108363"

port_code
string
required

Port Code

Example:

"INBLR4"

bill_of_entry_date
string
required

Date when Bill of Entry was created

Example:

"01/04/2020"

Response

200 - application/json

RET13508 No details found

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"0903f05a-9d6d-4778-8a85-2e3c11bf3cd0"