curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/e-invoices/{year}/{month}/purchases \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Poll with job id to get a signed url to list of purchase e-Invoice details for the specified return period.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/e-invoices/{year}/{month}/purchases \
--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 version
API key for identification
Job id
"{{job_id}}"
Was this page helpful?