List international SMS pricing
Messaging & SMS Endpoints
International SMS Pricing
Paginated international SMS price rows. Each item’s price is the billed amount in IQD per one SMS segment (one 140-character segment)
GET
List international SMS pricing
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
Project API key (sk_live… or sk_dev…). Send it as Authorization: Bearer <api_key>.
Query Parameters
Page index. Range: 1 to 1,000,000.
Required range:
1 <= x <= 1000000Page size. Range: 1 to 500.
Required range:
1 <= x <= 500Optional two-letter ISO country code (for example, IQ). Matching is case-insensitive.
Pattern:
^[A-Za-z]{2}$Example:
"IQ"
Response
International SMS pricing list retrieved successfully.
Example:
"IQD"
Required range:
x >= 1Example:
1
Required range:
1 <= x <= 500Example:
100
Required range:
x >= 0Example:
0
Required range:
x >= 1Example:
1
{} when listing all countries; { "countryIso": "XX" } when countryIso is set.
- Option 1
- Option 2
Sorted by countryIso, then mccMnc, then network.