Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
gstrs
/
gstr-1
/
b2cl
/
{year}
/
{month}
GSTR-1 B2CL
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/b2cl/{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": "dad42e2d-0156-4e8c-8c85-ea8c4cde30e3"
}

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

Query Parameters

state_code
string

optional State code

Example:

"{{state_code}}"

Response

200 - application/json

RET11416 No data found

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"dad42e2d-0156-4e8c-8c85-ea8c4cde30e3"