cURL
curl --request GET \ --url https://production.deepvue.tech/v1/gst/tax-payer/ledgers/balance \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "data": { "cash_bal": { "sgst": { "intr": 123, "oth": 123, "tx": 123, "fee": 123, "pen": 123 }, "cgst": { "intr": 123, "oth": 123, "tx": 123, "fee": 123, "pen": 123 }, "igst": { "intr": 123, "oth": 123, "tx": 123, "fee": 123, "pen": 123 }, "cess": { "intr": 123, "oth": 123, "tx": 123, "fee": 123, "pen": 123 }, "sgst_tot_bal": 123, "igst_tot_bal": 123 }, "itc_bal": { "cgst_bal": 123, "igst_bal": 123, "sgst_bal": 123, "cess_bal": 123 }, "itc_blck_bal": { "cgst_blck_bal": 123, "igst_blck_bal": 123, "sgst_blck_bal": 123, "cess_blck_bal": 123 }, "gstin": "<string>" }, "code": 123, "timestamp": 123, "transaction_id": "<string>" }
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes