Get GSTR-2B
GET {{sandbox_host}}/gst/compliance/tax-payer/gstrs/gstr-2b/:year/:month
Get summary in GSTR2A for a return period for authenticated taxpayer. This is an aggregate API which combines B2B, B2BA, CDN, CDNA and ISD API. (*Additional charges applicable)
Request Params
| Key | Datatype | Required | Description |
| file_number
| string | | 'optional' eg. 2 To be sent when there are multiple files |
HEADERS
| Key | Datatype | Required | Description |
| x-api-key
| string | | Public key required to authorize API access. |
| x-api-version
| string | | |
| authorization
| string | | |
RESPONSES
status: OK
"{\n \"transaction_id\": \"{{$randomUUID}}\",\n \"code\": 200,\n \"data\": {\n \"status_cd\": \"0\",\n \"error\": {\n \"message\": \"For current tax period, no details are available to view.\",\n \"error_cd\": \"RET2B1016\"\n }\n },\n \"timestamp\": {{$timestamp}}000\n}"