The endpoint and http method information used to query the country name, phone code and country code information for each country are given below.
| HTTP Method | URL |
|---|---|
| GET | /v1/StaticData/GetCountryList |
| Params | Type | Description |
|---|---|---|
| name | string | Name Of Country |
| code | string | Country Dialing Code |
| twolettercode | string | Two Letter Country Code |
REQUEST (GET):
Empty JSON is sent
RESPONSE:
{
"name": "Turkey",
"code": "90",
"order": -1,
"twolettercode": "TR"
},