Last updated 1 year ago
ex: Bearer
GET /api/v1/authentication/PhoneOtpAuthentication/SendPhoneOtp HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Success
{ "status": 0 }
POST /api/v1/authentication/PhoneOtpAuthentication/VerifyPhoneOtp HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 14 { "otp": "text" }