Session Expiry
The taxpayer will be authenticated asynchronously using OTP(One Time Password) and will get a session of 6 hours. Sandbox API to find the time when the session expires.
About
- Once authenticated, the GST Taxpayer APIs enable a session of 6 hours.
- Use Session Expiry API to find the time when the session expires for the particular
gstin
.
Endpoint
HTTP Method | Resource | Description |
---|---|---|
GET | /gsp/tax-payer/{gstin}/session | This API takes in the gstin to return the session expiry. |
Path Parameter
Param | Type | Description | Example |
---|---|---|---|
gstin | string | 15-character alphanumeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
Response
Param | Type | Description | Example |
---|---|---|---|
session_expiry | num | Epoch time for the GST Portal API access to get disabled | 1623316504835 |
token_expiry | num | Epoch time when the session expires for the authenticated Taxpayer | 1589674036878 |
Updated about 1 month ago