Skip to main content
GET
/
api
/
v1
/
customer
/
balance
Get account balance
curl --request GET \
  --url https://virtualsms.io/api/v1/customer/balance \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "balance": 34.46
}

Documentation Index

Fetch the complete documentation index at: https://virtualsms.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key from virtualsms.io dashboard (Settings -> API tab). Prefix: vsms_

Response

Balance returned

success
boolean
Example:

true

balance
number<float>
Example:

34.46