OTP
RequestOTP
ResendOTP
VerifyOTP
Check Credit
Last updated
Last updated
POST /otp/request HTTP/1.1
Host: api.cyberrichsms.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 34
{
"mobile": "text",
"themeId": "text"
}{
"message": "text"
}POST /otp/resend HTTP/1.1
Host: api.cyberrichsms.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"Otpid": "text"
}{
"message": "text"
}POST /otp/verify HTTP/1.1
Host: api.cyberrichsms.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"otpCode": "text",
"otpId": "text"
}{
"message": "text"
}GET /report/credit/user HTTP/1.1
Host: api.cyberrichsms.com
Authorization: YOUR_API_KEY
Accept: */*
{
"list": null,
"message": "text"
}