Skip to main content
GET
/
sender-ids
Get sender IDs
curl --request GET \
  --url https://api.otpiq.com/api/sender-ids \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "_id": "507f1f77bcf86cd799439011",
      "senderId": "OTPIQ",
      "status": "accepted",
      "pricePerSms": {
        "korekTelecom": 80,
        "asiaCell": 80,
        "zainIraq": 80,
        "others": 100
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.otpiq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key (sk_live… or sk_dev…). Send it as Authorization: Bearer <api_key>.

Response

Sender IDs retrieved successfully. Response body includes: success (boolean), data (array of SenderId).

success
boolean
required

Whether the request was successful

Example:

true

data
object[]
required

Array of sender IDs