Get Senders

Get Senders

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

This endpoint provides you list of approved sender IDs

Query Parameters

Name
Type
Description

password

string

The password of your account

username

string

The username/phone number of your account

Headers

Name
Type
Description

x-api-key

string

The API Key of the account provided in UIGTC SMS Panel

[
  {
    "id": "59",
    "senderid": "xxxxx"
  },
  {
    "id": "54",
    "senderid": "zzzzz"
  }
]

Example Request

Last updated

Was this helpful?