Skip to main content

Get country codes

GET 

https://core-prod.malipopay.co.tz/api/v1/countries

Returns the list of country codes.

Responses

Country codes returned successfully

Schema
    codestring

    ISO 3166-1 alpha-2 country code

    Example: TZ
    namestring

    Country name

    Example: Tanzania
    dialCodestring

    International dialing code

    Example: +255
curl -L 'https://core-prod.malipopay.co.tz/api/v1/countries' \
-H 'Accept: application/json'
Request
Base URL
https://core-prod.malipopay.co.tz
Response

Click the Send API Request button above and see the response here!