curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Fetch the status for save or reset invoice status action in real time.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/status \
--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
Pass the reference id on taking Save or Reset action
"{{reference_id}}"
200 Save invoice status processed / 200 Save invoice status processed with error / IMSSAV005 Schema validation failure
Was this page helpful?