cURL
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 } } ] }
Retrieve all sender IDs associated with the authenticated project.
API key authentication. Format: Bearer sk_live_your_api_key_here
Bearer sk_live_your_api_key_here
Sender IDs retrieved successfully. Response body includes: success (boolean), data (array of SenderId).
Whether the request was successful
true
Array of sender IDs
Show child attributes