Skip to main content
POST
Get day-wise changed GSTINs

Response schema

For successful responses, these resources describe the GSTN payload at data.data.

View response JSON schema

View Excel field reference

Headers

authorization
string
required

JWT access token used to authorize the request.

x-accept-cache
boolean

Pass true to accept a cached response. Requests without this header, or with false, are sent to the origin.

x-api-key
string
required

API key used to identify your Sandbox account.

x-api-version
string
default:1.0.0

Sandbox API version to use.

Body

application/json

Filters for retrieving the changed GSTIN list.

date
string
required

Date for which to retrieve changed GSTIN records, in DD-MM-YYYY format.

Pattern: ^\d{2}-\d{2}-\d{4}$
Example:

"04-01-2017"

state_code
string

Two-digit GST state code for which to retrieve changed GSTIN records.

Required string length: 2
Pattern: ^\d{2}$
Example:

"01"

page
integer<int32>
default:1

Page number of the changed GSTIN list to retrieve. Defaults to 1.

Required range: x >= 1
Example:

1

Response

200 - application/json

Changed GSTIN records retrieved successfully.

Sandbox response containing the changed GSTIN list.

code
integer
required

HTTP status code.

Example:

200

data
object
required

Response payload containing the requested data or error details.

timestamp
integer<int64>
required

Unix timestamp in milliseconds indicating when the server generated the response.

Example:

1763446641000

transaction_id
string<uuid>
required

Unique identifier for tracking the request across systems.

Example:

"a4bcca2e-7e82-4eaf-8046-6cd4e8c028c1"