# Get Balance
# Description
You can use this API to get your WhatsApp credits balance.
# Endpoint
POST https://019sms.co.il/whatsapp-api/get-whatsapp-balance
# Header
| Name | Type | Required |
|---|---|---|
| Authorization | Bearer authentication | ✔️ |
| Content-Type | application/json | ✔️ |
# Response Example
json
Copy code
Content-Type: application/json
{
"data": {
"success": true,
"whatsappCredits": 12345
}
}
# Response Parameters
| Name | Type | Description | Options |
|---|---|---|---|
| success | boolean | The status of request. | true/false |
| whatsappCredits | number | Your credits balance |