v1
latestOpenAPI 3.0.02026-07-14347.5 KBPricing
Retrieve outbound pricing for all countries.
Retrieves the pricing information for all countries.
get/get-full-pricing/outbound/{type}
Path parameters
typestring required
The type of service you wish to retrieve data about: either sms, sms-transit or voice.
Query parameters
api_keystring required
Your Nexmo API key.
api_secretstring required
Your Nexmo API secret.
Response
Pricing response
Example response
{
"count": "243",
"countries": [
{
"countryDisplayName": "Canada",
"countryName": "Canada",
"currency": "EUR",
"defaultPrice": "0.00620000",
"dialingPrefix": "1",
"networks": [
{
"currency": "EUR",
"mcc": "302",
"mnc": "530",
"networkCode": "302530",
"networkName": "Keewaytinook Okimakanak",
"price": "0.00590000",
"type": "mobile"
}
]
}
]
}