賬戶管理

最新更新:2024-12-03

帳戶餘量

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

HTTP 協議

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

請求體類型

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
聯繫銷售