1. Request Details
HTTP Method | POST |
URL PATH | https://my.gstzen.in/api/gstn-establish-session/ |
Request Payload Type | application/json |
Response Type | application/json |
Authentication | Bearer (Paste the access token you recieved from REST Api Authentication) |
2. Request Payload Example
Request Payload
{ "gstin": "GSTIN in your account", "otp": "123456" }
3. Response Example
{ "status": 1, "api_call": "AUTHTOKEN", "message": { "status_cd": "1", "expiry": 43200, "expiry_time": 1709287449, "max_expiry_time": 1709287449 } }