Check your SMS credit balance. Note: This API requires X-API-VASKEY in the header for authentication.
POST https://api.moolre.com/open/sms/query
To test in sandbox, use https://sandbox.moolre.com/open/sms/query instead.
| Parameter | Type | Required | Description |
|---|---|---|---|
type | integer | Yes | Must be 2. |
Balance returned.
{
"status": 1,
"code": "ASMQ03",
"message": "Account Status",
"data": {
"balance": 857
},
"go": null
}