Get balance
Last updated
Last updated
This endpoint is used to get your balance of the account.
POST
Content Type: application/json
Response Type: application/json
Request body:
ApiKey
string
Your API Key.
SecretKey
string
Your Secret Key.
Response:
Valid request.
Response body:
Balance
string
Your account balance.
CodeResponse
string
Response code.
UserID
string
The user' id at eSMS.
The detail of error code can refer at .
Get the sample of code for programing languagues to use in Postman refer at .