X
X
Worldwide (English) USD 0

Welcome

Sign in

Knowledge Base

HomepageKnowledge BaseSMS ServiceHow to Check Current Balance with t...

How to Check Current Balance with the SMS API

Knowing your current balance is essential for planning bulk SMS campaigns. The API offers a simple and secure method to check your real-time balance.

Requirements:

  • Method: POST

  • Header: Content-Type: application/json

  • URL: https://my.turbo.host/api/international-sms/balance

Request Parameters:

Name

Required

Description

user_token

Yes

Your API authentication token.

Sample Request:

{
"user_token": "< User Token >"
}

Sample Successful Response:

{
"status": "successful",
"formatted": "49.643,13",
"formatted_symbolic": "$49,643.13",
"unformatted": "49643.1318",
"currency": "USD"
}

Field Explanation:
  • formatted: Localized formatted amount.

  • formatted_symbolic: Amount with currency symbol.

  • unformatted: Raw numerical value.

  • currency: The currency used on the account.

 

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(287 times viewed / 0 people found it helpful)
Copyright © 2025 All Rights Reserved
Top