curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Fetch the invoices for different sections with their respective status in real time.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the Authorization header.
API key for identification
API version
Section of the transaction. Possible values: B2B, B2BA, CN, CNA, DN, DNA, ECOM, ECOMA
"{{section}}"
Optional filter to fetch invoices of specific status. Possible values: accepted, rejected, pending, no_action_taken
"no_action_taken"
Was this page helpful?