curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/ledgers/cash \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Get Cash Ledger for the specified period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/ledgers/cash \
--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
required To Date (DD/MM/YYYY)
"{{to_date}}"
From Date (DD/MM/YYYY)
"{{from_date}}"
Was this page helpful?