1. Request Details

HTTP Method POST
URL PATH https://my.gstzen.in/api/gstn-establish-session-username/
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": "17AAFCC9980MZZT",
        "username": "gstnusername"
    }

3. Response Example

    {
        "status": 1,
        "message": "OTP sent successfully."
    }