Get Country List
GET
/api/v1/addresses/country/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.omisell.com/api/v1/addresses/country/list' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
Response Response Example
{
"data": [
{
"id": 0,
"country_code": "string",
"country_name": "string",
"phone_code": 0,
"required_zipcode": true,
"required_sub_district": true,
"tax": 0,
"currency": "string",
"level": 0,
"country_lang": "string"
}
],
"error": true,
"error_code": 0,
"messages": "string",
"request_id": "string",
"timestamp": 0
}
Request
Header Params
Content-Type
string
required
Default:
application/json
Authorization
string
required
Default:
Omi {{Token}}
Seller-ID
number
optional
Country
string
optional
Examples:
THVNPHIDMY
Responses
Modified at 2024-04-03 07:34:58