WebNIC RESTFUL v2
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Utility Endpoints
  • Generate WebNIC Token v2
    POST
  • Get Account Balance
    GET
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Utility Endpoints

Get Account Balance

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
GET
/reseller/v2/balance
Last modified:2025-01-20 01:18:12
This endpoint is used to retrieve the balance information for the reseller account.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://oteapi.webnic.cc/reseller/v2/balance' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": {
        "balance": [
            {
                "amount": 791.1,
                "currency": "USD"
            }
        ]
    }
}
Modified at 2025-01-20 01:18:12
Previous
Generate WebNIC Token v2
Built with