Recharge Packages

Get list of avialable recharge packages

Recharge Packages

GET https://kuwait.uigtc.com/capi/v2/cpanel/packages

This endpoint allows you to get list of available recharge packages

Query Parameters

Name
Type
Description

password

string

Account Password

username

string

Account username/phone number

Headers

Name
Type
Description

x-api-key

string

The API Key of your account provided in UIGTC SMS Panel

[
  {
    "name": "Basic",
    "points": 1000,
    "price": "5",
    "total": 5
  },
  {
    "name": "Advanced",
    "points": 10000,
    "price": "5",
    "total": 50
  },
  {
    "name": "Premium",
    "points": 100000,
    "price": "5",
    "total": 500
  }
]

Example Request

Last updated

Was this helpful?