GET api/me/prices
Gives you your SMS prices by country
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of prices
Collection of CountryPriceDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Country |
Country names of applicable countries |
string |
None. |
| DialingCode |
Dialing code |
string |
None. |
| Price |
SMS price to the dialing code |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Country": "sample string 1",
"DialingCode": "sample string 2",
"Price": 3.0
},
{
"Country": "sample string 1",
"DialingCode": "sample string 2",
"Price": 3.0
}
]