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
Type
Description
Authorization
string
Bearer {access_token}
[
{
"name": "Andorra",
"short_name": "AD"
},
{
"name": "United Arab Emirates",
"short_name": "AE"
}
]
Last updated
Was this helpful?