View all Country wise pricing list.
https://portal.mobtexting.com/api/v2/
Note: Few elements in the endpoint may change from service to service.
{endpoint}sms/pricing
name | optional | value |
---|---|---|
filter[iso] | Yes | The ISO code of the Country. EX: (IN, AF, …) full list |
filter[service] | Yes | The short code of the service name. EX: ( T, P ) |
filter[status] | Yes | 1 or 0 |
Kindly replace the token with your respective access_token and other params.
{
"status": "OK",
"code": 200,
"message": "Pricing List",
"data": [
{
"iso": "IN",
"country_name": "India",
"calling_code": 91,
"sale_price": "***",
"service": "G",
"service_name": "Global SMS",
"currency": "IND",
"status": 1,
"created_at": "2022-09-26T01:05:28.000000Z",
"updated_at": "2022-09-26T01:05:28.000000Z"
}
],
"links": {
"first": "{endpoint}sms/pricing?page=1",
"last": "{endpoint}sms/pricing?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "{endpoint}sms/pricing?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "{endpoint}sms/pricing",
"per_page": 15,
"to": 1,
"total": 1
}
}