Get message notice list
POST
/v1/message-notice/list请求参数
Body Params multipart/form-data
token
string
required
Token generated by the management backend
Example:
{{token}}
page
integer
optional
Page
Example:
1
limit
integer
optional
Number of entries per page (maximum of 20)
Example:
20
domain_id
string
optional
Domain ID (can be obtained from the GetMX management backend or through the /v1/domain/list endpoint; the 'id' field is the 'domain_id')
Example:
12345678
group_pay_id
string
optional
Filter by group_pay_id (group_pay_id can be obtained from the GetMX backend or through the /v1/group-pay/list endpoint, with the 'id' field corresponding to 'group_pay_id').
Example:
1
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
code
integer
required
msg
string
required
data
null
required
Example
{
"code": 0,
"msg": "string",
"data": null
}
Last modified: 6 个月前