Send OTP
Get Cakes
POST
https://staging.billeasy.in/api/send-otp
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Content-Type
string
x-customer-number
string
x-customer-token
string
x-api-access
string
x-api-secret
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
mobile_number
string
Request:=
{
"customers": {
"login": "9969330760"
}
}
Response:=
{
"success": true,
"msg": "OTP has been sent to your mobile number.",
"data": {
"otp": "404803",
"token": "9e-yc-8vB7NUKVNdJZEv-_d1xoskPx-n"
}
}
Last updated
Was this helpful?