Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
invoices
/
{year}
/
{month}
/
sales
Get sales Invoices
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/{year}/{month}/sales \
  --header 'authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-version: <x-api-version>'
{
  "code": 200,
  "timestamp": 1769775829713,
  "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": "4a196407-84f7-4957-a1f3-ddcc917995c0"
}

Headers

x-api-key
string
required

Public key required to authorize API access.

x-api-version
string
required
authorization
string
required

Path Parameters

year
string
required
month
string
required

Query Parameters

section
string
required
return_type
string
required

Response

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