Account

API Get Balance

GET https://bulk.smsyouto.com/api/account/balance

Credit ของผู้ใช้งาน โดยแยกเป็นประเภทการชำระเงิน Prepaid (ชำระก่อนใช้เครดิต) และ Postpaid (ใช้เครดิตก่อนชำระ)

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "type": "postpaid",
    "credit": 7438
}

Last updated