Get country codes
GEThttps://core-prod.malipopay.co.tz/api/v1/countries
Returns the list of country codes.
Responses
- 200
Country codes returned successfully
- application/json
- Schema
- Example (auto)
Schema
codestring
ISO 3166-1 alpha-2 country code
Example:
TZnamestring
Country name
Example:
TanzaniadialCodestring
International dialing code
Example:
+255{
"code": "TZ",
"name": "Tanzania",
"dialCode": "+255"
}
- curl
- python
- nodejs
- php
- java
- go
- CURL
curl -L 'https://core-prod.malipopay.co.tz/api/v1/countries' \
-H 'Accept: application/json'
Response