Parameters | Description | Required | Type |
---|---|---|---|
appId |
App ID (SMS-SMS APP) |
Yes |
String |
msgid |
The message id of the BUKA platform |
No |
String |
number |
Customer mobile phone number with number prefix, eg: 91856321412 |
Yes |
String |
time |
Timestamp for verification code backfill |
Yes |
String |
Production environment address: https://api.onbuka.com/v3/postback/backfill
Request URL:
https://api.onbuka.com/v3/postback/backfill
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"appId":"4luaKsL2",
"msgid":"2304101710409000001",
"number":"91856321412",
"time":"1681184764000"
}
Parameters | Description | Type |
---|---|---|
status |
"0" means successful, others than 0 means failure, seeing Status code description. |
String |
reason |
Failure reason description |
String |
{
"status": "0",
"reason": "success"
}
{
"status": "-14",
"reason": "Field is empty or query ID is abnormal"
}
Feedback
Need help?
Click here and start chatting with us!