Skip to content

SMS report

dy.Zhuang edited this page Oct 25, 2022 · 1 revision

Brief:

  • Sms reporting for billing.

URL:

  • http://api2.nxcloud.com/api/sms/getSmsReport

Http method:

  • POST using http form, please do not using json!!

Parameters:

Name Required Type Memo
appkey Y string SMS app appkey
secretkey Y string SMS app secretkey
start_date Y string start date in format yyyy-MM-dd
end_date Y string end date in format yyyy-MM-dd

Response code

{
	"code": "0",
	"row": [
		{
			"total_fee": 14.25,
			"submit_size": 95,
			"success_size": 82,
			"price_size": 82
		}
	]
}

Response description

Name Type Memo
code string Response code
total_fee number Sms price
submit_size number Sms size
success_size number Success size
price_size number Billing size

Memo

  • Error Code
code description
0 success
1 params invalid
2 keys invalid
5 api request times invalid

Introduction

WhatsApp

Short message

Voice

Call Center(NXLink)

Call Center(Callbot)

Flash Call

Short links

邮件验证码

DID号码

通用

号码检测

Clone this wiki locally