Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
gstrs
/
gstr-1
/
txp
/
{year}
/
{month}
Get GSTR-1 TXP
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/txp/{year}/{month} \
  --header 'authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-version: <x-api-version>'
{
  "code": 200,
  "timestamp": 1769775550990,
  "data": {
    "status_cd": "0",
    "error": {
      "message": "No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect.",
      "error_cd": "RET11416"
    }
  },
  "transaction_id": "cd59f2bb-35d8-4075-8279-37cd74220878"
}

Headers

authorization
string
required
x-api-key
string
required

Public key required to authorize API access.

x-api-version
string
required

Path Parameters

year
string
required

Year e.g. 2020

month
string
required

Month e.g. 01

Query Parameters

counterparty_gstin
string

optional Counter party GSTIN

action_required
string

optional Status filter for filtering the invoices. Possible values: Y or N. Status filter for filtering the invoices. Use filter value Y to fetches the invoices where tax payer need to take action. Already accepted or uploaded invoices can be fetched by using filter value N.

from
string

optional From Date (DD/MM/YYYY)

Response

200 - application/json
code
integer
required
timestamp
integer
required
data
object
required
transaction_id
string
required