Get alias list
POST
/v1/alias/list请求参数
Body 参数multipart/form-data
token
string
必需
Token generated by the management backend.
示例值:
{{token}}
page
integer
Page
示例值:
1
limit
integer
可选
Number of entries per page (maximum of 20)
示例值:
20
domain_id
string
可选
Domain ID (can be obtained from the GetMX management backend or through the /v1/domain/list endpoint; the 'id' field is the 'domain_id')
示例值:
12345678
group_pay_id
string
可选
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').
示例值:
1
mark
string
可选
Filter by remarks
示例值:
mark
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
null
必需
示例
{
"code": 0,
"msg": "string",
"data": null
}
最后修改时间: 6 个月前