Get Services
This request will return a list of services available for the country you have chosen
https://v-numbers.com/api/getCountries?country=Query Params:
Response example:
{
"1": {
"id": "1",
"title": "VKontakte",
"code": "vk"
},
"2": {
"id": "2",
"title": "WeChat",
"code": "wb"
}
}{
"error": "Please provid the country as an 'id'",
"tip": "You can get the list of country Id's at: https://v-numbers.com/api/getCountries"
}Last updated