SpotOn API Documentation.

From SpotOn Restaurant

OTP

    URL: https://www.api.123demo.co.in/api/mobile_app_otp
    Method:  POST
  
Object Description
device_token [Required] (Get during app installation)
app_api_key [Required] (Get during app installation)
mobile_no [Required]
output JSON formats.
    {
        "success": true,
        "data": 439410,
        "message": "OTP"
    }
  
    {
        "success": false,
        "message": "Unauthorized devices gazette",
        "data": "Unauthorized"
    }