Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
invoices
/
count
Get Invoice Count
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/count \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "data": {
    "data": {
      "all_oth": {
        "b2b": {
          "accept": 1,
          "noaction": 11,
          "pending": 0,
          "reject": 0
        },
        "b2ba": {
          "accept": 0,
          "noaction": 0,
          "pending": 0,
          "reject": 0
        },
        "b2bcn": {
          "accept": 0,
          "noaction": 0,
          "pending": 0,
          "reject": 0
        },
        "b2bcna": {
          "accept": 0,
          "noaction": 0,
          "pending": 0,
          "reject": 0
        },
        "b2bdn": {
          "accept": 0,
          "noaction": 0,
          "pending": 0,
          "reject": 0
        },
        "b2bdna": {
          "accept": 0,
          "noaction": 0,
          "pending": 0,
          "reject": 0
        },
        "ecom": {
          "accept": 0,
          "noaction": 0,
          "pending": 0,
          "reject": 0
        },
        "ecoma": {
          "accept": 0,
          "noaction": 0,
          "pending": 0,
          "reject": 0
        },
        "ttl_cnt": 12
      }
    },
    "status_cd": "1"
  },
  "timestamp": 1763446641000,
  "transaction_id": "07457fe3-fb26-4e02-bfdb-5a396c80ffea000"
}

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

Query Parameters

type_of_goods
string
default:others
required

Type of goods. E.g. imports, inward_supplies, others

Example:

"{{type_of_goods}}"

Response

200 - application/json

200 Success

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"07457fe3-fb26-4e02-bfdb-5a396c80ffea000"