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

Credit

POST https://smsapi-sur2.onrender.com/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
}

Last updated