For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Send2 SMS API
    • Introduction
    • GETCheck SMS Balance
    • POSTSend SMS
    • GETCheck SMS Delivery Report

Check SMS Balance

||View as Markdown|
GET
https://sms.send-2.com/v1/balance
GET
/v1/balance
$curl https://sms.send-2.com/v1/balance \
> -H "Authorization: Bearer <token>"
1{
2 "success": true,
3 "message": "Fetched",
4 "data": {
5 "balance": 678999
6 }
7}
Was this page helpful?
Previous

Introduction

Next

Send SMS

Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
successboolean
messagestring
dataobject

Errors

406
Not Acceptable Error