User login with OTP
This api is for User login with OTP
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/otp/login | M | ||
METHOD | string | POST | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
Request
{
"mobile": "919891055605",
"otp": "xxxx"
}
Success
{
"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoiNTk3MDVkNmUzZDUzMmFjMDEs"
}
Error
{
"error": "message"
}
Above api will return a valid token only if the user has already attached his mobile number to his paysack account by clicking the link in the Welcome email.