Account Management

最新の更新:2024-12-03

Account Quota

You can use the API to query the remaining number of available emails under your account.

HTTP Protocol

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

Request Body Type

Content-Type: application/json

Request Header

Header Type Required Description
Authorization string Yes Basic base64(api_user:api_key)

Request Parameters

None

Response

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

        
このコードブロックは、フローティングウィンドウに表示されます
在文档中心打开
icon
営業に連絡する