Viewing SMS Fee Schedule
With this API command, "Viewing SMS Fee Schedule" process is provided.
METHOD |
POST |
URL |
< API URL >prices |
Content-Type |
application/json |
Parameters
Name |
Mandatory |
Description |
user_token |
Yes |
The "User Token" information you obtained. |
Sample Request
{
"user_token": "< User Token >"
}
Sample Output
{
"status": "successful",
"prices": [
{
"countryCode": "AD",
"prices": {
"USD": 0.19158827981403392382020456352620385587215423583984375,
"EUR": 0.1771999999999999964028774002144928090274333953857421875,
"GBP": 0.1581178073305221920552554593086824752390384674072265625,
"NGN": 73.97039558871227882264065556228160858154296875,
"PKR": 30.443530933073841282521243556402623653411865234375,
"TRY": 1.31657550005405976634165199357084929943084716796875
}
},
{
"countryCode": "ZM",
"prices": {
"USD": 0.272461887771650979050974683559616096317768096923828125,
"EUR": 0.2520000000000000017763568394002504646778106689453125,
"GBP": 0.22486279597794356366335932762012816965579986572265625,
"NGN": 105.1949192345118291314065572805702686309814453125,
"PKR": 43.2944119364255612936176476068794727325439453125,
"TRY": 1.87233084657800841199559727101586759090423583984375
}
},
{
"countryCode": "ZW",
"prices": {
"USD": 0.1081197967347821420336373421378084458410739898681640625,
"EUR": 0.1000000000000000055511151231257827021181583404541015625,
"GBP": 0.089231268245215711321094431696110405027866363525390625,
"NGN": 41.74401556925072753756467136554419994354248046875,
"PKR": 17.180322196994271877201754250563681125640869140625,
"TRY": 0.74298843118174939803566303453408181667327880859375
}
},
{
"countryCode": "TC",
"prices": {
"USD": 0.285436263379824861630140730994753539562225341796875,
"EUR": 0.2640000000000000124344978758017532527446746826171875,
"GBP": 0.2355705481673694701161281273016356863081455230712890625,
"NGN": 110.2042011028219263835126184858381748199462890625,
"PKR": 45.3560506000648757662929710932075977325439453125,
"TRY": 1.9614894583198185795680501541937701404094696044921875
}
}
]
}