shyamalayathish / missed-call-otp

Automatically exported from code.google.com/p/missed-call-otp
0 stars 0 forks source link

Error in documentation #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
curl -XPOST 
http://api.motp.in/api/v1/OTP/0223-8872-32883/sid52634a850086d6.31056793 \
-d "private=0009-5263457d-fe87-6adf53fb"

Should read

curl -XPOST 
http://api.motp.in/v1/OTP/0223-8872-32883/sid52634a850086d6.31056793 \
-d "private=0009-5263457d-fe87-6adf53fb"

Otherwise, I get the error 

{
"Status":"Exception",
"Result":"Invalid Or Missing mOTP API Version"
}

Original issue reported on code.google.com by terence.eden on 5 Jan 2014 at 7:43

GoogleCodeExporter commented 9 years ago
Correct, Its a typo.

Documentation has been made in sync with http://motp.in/Documentation.html now.

Please report any issues at team.motp@dial2verify.in

Original comment by rahc...@gmail.com on 7 Jan 2014 at 8:13