1. Request Details
| HTTP Method | POST |
| URL PATH | https://my.gstzen.in/api/gstn-generate-otp/ |
| 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",
"username": "gst_portal_username"
}
3. Response Example
{
"status": 1,
"api_call": "OTPREQUEST",
"message": "OTP sent successfully."
}