DirectMailApi2.0
  1. 地址管理
DirectMailApi2.0
  • 鉴权说明
  • 订单状态
  • webhooks
  • 公共接口
    • 获取授权
      GET
    • 获取用户信息
      GET
    • 规格信息
      GET
    • 系统常量
      GET
    • 获取公告
      GET
    • 上传模版图片
      POST
    • webhooks
      POST
    • 获取历史公告
      GET
  • 用户接口
    • 订单管理
      • 明细订单统计
      • 月统计
      • 订单列表
      • 明细订单
      • 取消订单
      • 创建直邮订单
      • 创建数据订单
      • 修改订单标签
      • 获取订单内容
      • 批量获取订单内容
      • 历史订单列表
      • 创建直邮订单(新)
    • 财务管理
      • 余额变化列表
      • 充值订单
      • 历史余额变化列表
      • 历史充值订单
    • 模板管理
      • 模版列表
      • 新增模版
      • 删除模版
      • 修改模版名称
      • 历史模版列表
      • 模版预览
    • 地址管理
      • 地址标签列表
        GET
      • 明细地址列表
        GET
      • 创建地址标签
        POST
      • 删除地址标签
        POST
      • 地址绑定标签
        POST
      • 历史地址标签列表
        GET
    • 快捷标签管理
      • 快捷标签
      • 新增快捷标签
      • 删除快捷标签
    • 发件人管理
      • 发件人列表
      • 新增发件人
      • 删除发件人
    • 用户管理
      • 邀请用户
    • 子帐户管理
      • 子用户列表
      • 编辑子账号钱包
      • 创建子账号
    • 二维码
      • 创建二维码
        • 创建二维码-回邮
        • 创建二维码-落地页
        • 创建二维码-第三方链接
      • 二维码列表
        • 获取二维码列表
        • 修改二维码列表
        • 删除二维码
        • 禁用启用恢复二维码
        • 复制二维码
      • 场景分类管理
        • 获取分类管理
        • 修改分类管理
        • 添加分类管理
        • 删除分类管理
      • 案例
        • 添加案例
          • 添加回邮案例
          • 添加落地页案例
        • 获取案例列表
        • 删除案例
        • 复制案例
  • 更新日志
    • 2024-10-22 地址验证流程优化
    • 2024-10-14 地址后验证
  1. 地址管理

历史地址标签列表

测试环境
http://api.testagent.mumamail.com/user
测试环境
http://api.testagent.mumamail.com/user
GET
/tagListHistory

请求参数

Authorization
在 header 添加参数
x-token
示例:
x-token: ********************
Query 参数

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.testagent.mumamail.com/user/tagListHistory?name=&country_code= &status= &pageSize= 10&page= 1' \
--header 'x-token;'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "data": {
        "list": [
            {
                "id": 61,
                "created_at": "2023-04-16 11:43:37",
                "updated_at": "2023-04-17 02:04:31",
                "name": "123",
                "agent_id": 2,
                "agent_name": "atest001",
                "country_code": "JP",
                "status": 3,
                "num": 5,
                "in_num": 5,
                "check_num": 5,
                "send_num": 5,
                "month": "2023-04"
            },
            {
                "id": 60,
                "created_at": "2023-03-16 22:59:11",
                "updated_at": "2023-04-19 01:14:01",
                "name": "错误地址9",
                "agent_id": 2,
                "agent_name": "atest001",
                "country_code": "US",
                "status": 3,
                "num": 9,
                "in_num": 9,
                "check_num": 9,
                "send_num": 33,
                "month": "2023-03"
            },
            {
                "id": 59,
                "created_at": "2023-03-08 22:57:58",
                "updated_at": "2023-03-08 22:57:58",
                "name": "123",
                "agent_id": 10,
                "agent_name": "atest0012",
                "country_code": "US",
                "status": 3,
                "num": 459,
                "in_num": 459,
                "check_num": 459,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 58,
                "created_at": "2023-03-06 22:34:29",
                "updated_at": "2023-03-06 22:35:00",
                "name": "123",
                "agent_id": 10,
                "agent_name": "atest0012",
                "country_code": "GB",
                "status": 4,
                "num": 29,
                "in_num": 29,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 57,
                "created_at": "2023-03-06 22:33:26",
                "updated_at": "2023-03-06 22:34:00",
                "name": "123",
                "agent_id": 10,
                "agent_name": "atest0012",
                "country_code": "GB",
                "status": 4,
                "num": 29,
                "in_num": 29,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 56,
                "created_at": "2023-03-06 22:33:06",
                "updated_at": "2023-03-06 22:34:00",
                "name": "123",
                "agent_id": 10,
                "agent_name": "atest0012",
                "country_code": "GB",
                "status": 4,
                "num": 1,
                "in_num": 1,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 55,
                "created_at": "2023-03-06 22:32:59",
                "updated_at": "2023-03-06 22:34:00",
                "name": "123",
                "agent_id": 10,
                "agent_name": "atest0012",
                "country_code": "GB",
                "status": 4,
                "num": 1,
                "in_num": 1,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 54,
                "created_at": "2023-03-04 22:20:57",
                "updated_at": "2023-03-26 19:30:14",
                "name": "213",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "US",
                "status": 3,
                "num": 459,
                "in_num": 459,
                "check_num": 459,
                "send_num": 2,
                "month": "2023-03"
            },
            {
                "id": 53,
                "created_at": "2023-03-04 22:20:31",
                "updated_at": "2023-03-04 22:21:00",
                "name": "123",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 4,
                "num": 1,
                "in_num": 1,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 52,
                "created_at": "2023-03-04 22:19:21",
                "updated_at": "2023-03-04 22:19:21",
                "name": "123",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 1,
                "in_num": 1,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 51,
                "created_at": "2023-03-02 00:17:09",
                "updated_at": "2023-03-02 00:57:27",
                "name": "123",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "US",
                "status": 3,
                "num": 4034,
                "in_num": 4034,
                "check_num": 4034,
                "send_num": 2,
                "month": "2023-03"
            },
            {
                "id": 50,
                "created_at": "2023-03-01 20:30:08",
                "updated_at": "2023-03-29 01:41:11",
                "name": "123",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "DE",
                "status": 3,
                "num": 1,
                "in_num": 1,
                "check_num": 1,
                "send_num": 35,
                "month": "2023-03"
            },
            {
                "id": 49,
                "created_at": "2023-03-01 20:28:40",
                "updated_at": "2023-03-01 20:29:00",
                "name": "123",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 4,
                "num": 1,
                "in_num": 1,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 48,
                "created_at": "2023-03-01 19:21:02",
                "updated_at": "2023-04-18 00:26:57",
                "name": "DE",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "DE",
                "status": 3,
                "num": 29,
                "in_num": 29,
                "check_num": 29,
                "send_num": 5,
                "month": "2023-03"
            },
            {
                "id": 47,
                "created_at": "2023-03-01 17:09:57",
                "updated_at": "2023-04-19 01:05:41",
                "name": "ca",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "CA",
                "status": 3,
                "num": 1,
                "in_num": 1,
                "check_num": 1,
                "send_num": 4,
                "month": "2023-03"
            },
            {
                "id": 46,
                "created_at": "2023-03-01 02:29:54",
                "updated_at": "2023-04-19 01:12:05",
                "name": "22",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 9,
                "month": "2023-03"
            },
            {
                "id": 45,
                "created_at": "2023-03-01 02:25:31",
                "updated_at": "2023-03-01 02:30:57",
                "name": "22",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 4,
                "num": 470,
                "in_num": 470,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 44,
                "created_at": "2023-03-01 01:51:37",
                "updated_at": "2023-03-01 02:43:22",
                "name": "22",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 4,
                "num": 470,
                "in_num": 470,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 43,
                "created_at": "2023-03-01 01:47:01",
                "updated_at": "2023-03-01 02:33:47",
                "name": "22",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 42,
                "created_at": "2023-03-01 01:43:46",
                "updated_at": "2023-03-01 01:43:46",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 20,
                "in_num": 0,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 41,
                "created_at": "2023-03-01 01:36:39",
                "updated_at": "2023-03-01 01:36:39",
                "name": "22",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 20,
                "in_num": 0,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 40,
                "created_at": "2023-03-01 01:34:08",
                "updated_at": "2023-03-01 01:34:08",
                "name": "22",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 20,
                "in_num": 0,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 39,
                "created_at": "2023-03-01 01:33:43",
                "updated_at": "2023-03-01 01:33:43",
                "name": "22",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 20,
                "in_num": 0,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 38,
                "created_at": "2023-03-01 01:30:07",
                "updated_at": "2023-03-01 01:30:07",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 20,
                "in_num": 0,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 37,
                "created_at": "2023-03-01 01:27:24",
                "updated_at": "2023-03-01 01:27:24",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 20,
                "in_num": 0,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 36,
                "created_at": "2023-03-01 01:26:07",
                "updated_at": "2023-03-01 01:26:07",
                "name": "123",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 20,
                "in_num": 0,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 35,
                "created_at": "2023-03-01 01:23:16",
                "updated_at": "2023-03-01 01:23:16",
                "name": "123",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 1,
                "num": 20,
                "in_num": 0,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 34,
                "created_at": "2023-03-01 00:51:55",
                "updated_at": "2023-03-01 00:53:00",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 33,
                "created_at": "2023-03-01 00:51:54",
                "updated_at": "2023-03-01 00:52:05",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 32,
                "created_at": "2023-03-01 00:51:53",
                "updated_at": "2023-03-01 00:52:05",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 31,
                "created_at": "2023-03-01 00:51:53",
                "updated_at": "2023-03-01 00:52:05",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 30,
                "created_at": "2023-03-01 00:51:52",
                "updated_at": "2023-03-01 00:52:05",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 29,
                "created_at": "2023-03-01 00:51:51",
                "updated_at": "2023-03-01 00:52:05",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 28,
                "created_at": "2023-03-01 00:51:51",
                "updated_at": "2023-03-01 00:52:05",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 27,
                "created_at": "2023-03-01 00:51:50",
                "updated_at": "2023-03-01 00:52:05",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 26,
                "created_at": "2023-03-01 00:38:16",
                "updated_at": "2023-03-01 00:39:00",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 25,
                "created_at": "2023-03-01 00:27:11",
                "updated_at": "2023-03-01 00:28:00",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 24,
                "created_at": "2023-03-01 00:05:42",
                "updated_at": "2023-03-01 00:06:00",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-03"
            },
            {
                "id": 23,
                "created_at": "2023-02-28 23:58:32",
                "updated_at": "2023-02-28 23:59:00",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 22,
                "created_at": "2023-02-26 23:23:27",
                "updated_at": "2023-02-26 23:38:52",
                "name": "GB",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "GB",
                "status": 3,
                "num": 20,
                "in_num": 20,
                "check_num": 20,
                "send_num": 3,
                "month": "2023-02"
            },
            {
                "id": 21,
                "created_at": "2023-02-26 22:38:58",
                "updated_at": "2023-02-26 22:43:59",
                "name": "222",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 3,
                "num": 24,
                "in_num": 24,
                "check_num": 24,
                "send_num": 1,
                "month": "2023-02"
            },
            {
                "id": 20,
                "created_at": "0001-01-01 00:00:00",
                "updated_at": "2023-02-26 22:27:00",
                "name": "",
                "agent_id": 0,
                "agent_name": "",
                "country_code": "",
                "status": 4,
                "num": 0,
                "in_num": 0,
                "check_num": 24,
                "send_num": 0,
                "month": ""
            },
            {
                "id": 19,
                "created_at": "2023-02-26 22:21:47",
                "updated_at": "2023-02-26 22:21:47",
                "name": "2",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 4,
                "num": 24,
                "in_num": 24,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 18,
                "created_at": "2023-02-26 21:33:21",
                "updated_at": "2023-02-26 21:33:21",
                "name": "2",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 4,
                "num": 24,
                "in_num": 24,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 17,
                "created_at": "2023-02-26 21:30:38",
                "updated_at": "2023-02-26 21:30:38",
                "name": "2",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 4,
                "num": 24,
                "in_num": 24,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 16,
                "created_at": "2023-02-26 21:29:44",
                "updated_at": "2023-02-26 21:29:44",
                "name": "2",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 4,
                "num": 24,
                "in_num": 24,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 15,
                "created_at": "2023-02-26 21:27:25",
                "updated_at": "2023-02-26 21:27:25",
                "name": "2",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 4,
                "num": 24,
                "in_num": 24,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 14,
                "created_at": "2023-02-26 21:24:05",
                "updated_at": "2023-02-26 21:24:05",
                "name": "de",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 4,
                "num": 24,
                "in_num": 24,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 13,
                "created_at": "2023-02-26 21:18:05",
                "updated_at": "2023-02-26 21:18:05",
                "name": "asd",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 4,
                "num": 24,
                "in_num": 24,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 12,
                "created_at": "2023-02-26 20:59:17",
                "updated_at": "2023-02-26 20:59:17",
                "name": "de",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "DE",
                "status": 4,
                "num": 24,
                "in_num": 24,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 11,
                "created_at": "2023-02-26 20:27:09",
                "updated_at": "2023-02-26 23:47:19",
                "name": "ui",
                "agent_id": 8,
                "agent_name": "test011",
                "country_code": "US",
                "status": 3,
                "num": 7,
                "in_num": 7,
                "check_num": 7,
                "send_num": 3,
                "month": "2023-02"
            },
            {
                "id": 10,
                "created_at": "2023-02-21 00:55:41",
                "updated_at": "2023-02-21 01:19:04",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "JP",
                "status": 3,
                "num": 385,
                "in_num": 385,
                "check_num": 385,
                "send_num": 3,
                "month": "2023-02"
            },
            {
                "id": 9,
                "created_at": "2023-02-21 00:51:47",
                "updated_at": "2023-02-21 00:51:48",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "JP",
                "status": 3,
                "num": 385,
                "in_num": 350,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 8,
                "created_at": "2023-02-21 00:51:39",
                "updated_at": "2023-02-21 00:51:39",
                "name": "2",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "JP",
                "status": 3,
                "num": 385,
                "in_num": 350,
                "check_num": 0,
                "send_num": 0,
                "month": "2023-02"
            },
            {
                "id": 7,
                "created_at": "2023-02-20 23:18:49",
                "updated_at": "2023-02-21 00:42:59",
                "name": "123",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "JP",
                "status": 3,
                "num": 385,
                "in_num": 385,
                "check_num": 385,
                "send_num": 6,
                "month": "2023-02"
            },
            {
                "id": 4,
                "created_at": "2023-02-18 23:30:22",
                "updated_at": "2023-04-19 01:12:00",
                "name": "test10",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "US",
                "status": 3,
                "num": 10,
                "in_num": 10,
                "check_num": 10,
                "send_num": 51,
                "month": "2023-02"
            },
            {
                "id": 3,
                "created_at": "2023-02-13 23:38:24",
                "updated_at": "2023-04-10 00:26:29",
                "name": "234",
                "agent_id": 2,
                "agent_name": "test001",
                "country_code": "US",
                "status": 3,
                "num": 459,
                "in_num": 459,
                "check_num": 459,
                "send_num": 41,
                "month": "2023-02"
            }
        ],
        "total": 0,
        "page": 0,
        "pageSize": 0
    },
    "msg": "success"
}
🟢200默认响应结构体
修改于 2024-10-21 06:33:01
上一页
地址绑定标签
下一页
快捷标签
Built with