賬戶管理

最新更新:2024-12-03

帳戶餘量

你可以使用 API 查詢賬戶下的剩餘可用郵件封數

URL

https://email.api.engagelab.cc/v1/account/quota
          https://email.api.engagelab.cc/v1/account/quota

        
此代碼塊在浮窗中顯示

HTTP 請求方法

Get
          Get

        
此代碼塊在浮窗中顯示

請求體類型

Content-Type: application/json
          Content-Type: application/json

        
此代碼塊在浮窗中顯示

請求 Header

Header 類型 是否必須 描叙
Authorization string Basic base64(api_user:api_key)

請求參數

響應

{ "result": { "account_quota": 7160, "daily_quota": 2000000, "daily_quota_used": 0 } }
          {
    "result": {
        "account_quota": 7160,
        "daily_quota": 2000000,
        "daily_quota_used": 0
    }
}

        
此代碼塊在浮窗中顯示
在文档中心打开
icon
聯繫銷售