Home Support SMS API

PB Status Report Callback Description

HTTP Access Parameters Description:

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

Request URL:

                    
                      Production environment address: https://api.onbuka.com/v3/postback/backfill
                    
                  

Request Sample:

                    
                        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"
                            }
                    
                  

Response Parameters Description:

Parameters Description Type

status

"0" means successful, others than 0 means failure, seeing Status code description.

String

reason

Failure reason description

String

Successful Response Sample:

                    
                        {
                            "status": "0",
                            "reason": "success"
                        }
                    
                  

Failure Response Sample:

                    
                        {
                            "status": "-14",
                            "reason": "Field is empty or query ID is abnormal"
                        }
                    
                  
 

Feedback

0/500

Need help?

Click here and start chatting with us!