curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/e-invoices/{year}/{month}/sales \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"@entity": "in.co.sandbox.gst.compliance.e-invoice.list.job",
"job_id": "6ac134f4-0ad3-4b76-8a79-41f817419c29",
"month": "10",
"status": "created",
"supplier_gstin": "29AAACQ3770E000",
"supply_type": "B2B",
"year": "2024"
},
"timestamp": 1763446641000,
"transaction_id": "56083b39-02bc-41f8-951a-6269df5c3410"
}Submit a job to get list of sales e-Invoice details for the specified return period.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/e-invoices/{year}/{month}/sales \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"@entity": "in.co.sandbox.gst.compliance.e-invoice.list.job",
"job_id": "6ac134f4-0ad3-4b76-8a79-41f817419c29",
"month": "10",
"status": "created",
"supplier_gstin": "29AAACQ3770E000",
"supply_type": "B2B",
"year": "2024"
},
"timestamp": 1763446641000,
"transaction_id": "56083b39-02bc-41f8-951a-6269df5c3410"
}GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the Authorization header.
API version
API key for identification
Supply type. E.g. B2B, SEZWP, SEZWOP, DEXP, EXPWP, EXPWOP
"B2B"
Was this page helpful?