logo
เอกสาร
ค้นหา

Account Management

Account Quota

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

URL

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

            
โค้ดนี้โชว์เป็นหน้าต่างลอย

HTTP Request Method

Get
              
              Get

            
โค้ดนี้โชว์เป็นหน้าต่างลอย

Request Body Type

Content-Type: application/json
              
              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
ติดต่อฝ่ายขาย