Countries

Get countries

GET https://integrations.mipos.shop/api/v1/countries

Provides a list of countries registered in the platform to be used in the subsequent endpoints

Headers

[
    {
        "name": "Andorra",
        "short_name": "AD"
    },
    {
        "name": "United Arab Emirates",
        "short_name": "AE"
    }
]

Last updated