Backfilling rate of verification code SMS

  • What is backfill rate?

The rate at which users actually fill out verification codes after sending them to their mobile devices is an important indicator for measuring the quality of SMS channels.

  • What are the benefits of receiving and filling out rates.

It is convenient for us to monitor the real sending effect of your SMS in real time. When the sending effect drops, we can switch to a higher quality channel for you

Backfill rate interface document

Interface path:

Request method:post
Content-Type:application/json
Request Address:https://id-vivo-cooper.tig253.com/v1/otp/writeTrans

🚧

Before docking, please contact us to add your requested IP address

NAMETYPEREQUIRESDESCRIBE
timelongYESVerification code callback with 10 digit timestamp (in seconds)
messageIdstringYESThe messageId returned by InnoPaaS
accountstringYESAPI account
countryNumstringYESCountry/region code, (such as China is 86)

Request Example

{
    "time":1634006690,
    "messageId":"141615506720432128",
    "account":"xxx",
    "countryNum":"86"
}

Response example

{
   
    "code": 0,     //0: Success, Non 0: Failure
    "msg":"成功" 
}