SmarthiveSMS API
  • Introduction
  • SMS
    • Send Single SMS
    • Send Multiple SMS
    • Status
    • Balance
    • Send SMS Sample Code
    • Callback
    • SMS DLR Error Codes
  • WhatsApp
    • Sending OTP
Powered by GitBook
On this page
  1. SMS

Balance

The "Balance" endpoint provides functionality for retrieving the current balance associated with your account. To utilize this endpoint, you'll need to make an HTTP request to the appropriate URL with

PreviousStatusNextSend SMS Sample Code

Last updated 1 year ago

Credit

POST /api/sms/credit

This endpoint allows you to check how much credit you have.

Headers

Name
Type
Description

x-api-key*

String

Your API Key

{
    "status": "ok",
    "description": "The request has suceeded",
    "balance": 10.1
}
https://smsapi-sur2.onrender.com