curl --request GET \
--url http://staging.qshop.ng/apiv2/locations/countries{
"msg": "<string>",
"data": [
{
"_id": "<string>",
"name": "<string>",
"dialCode": "<string>",
"code": "<string>",
"__v": 123,
"geoId": "<string>",
"hasPostCode": true,
"postalCodeFormat": "<string>",
"currencyCode": "<string>",
"east": 123,
"north": 123,
"south": 123,
"west": 123
}
],
"success": true
}Host: http://qshop.ng
curl --request GET \
--url http://staging.qshop.ng/apiv2/locations/countries{
"msg": "<string>",
"data": [
{
"_id": "<string>",
"name": "<string>",
"dialCode": "<string>",
"code": "<string>",
"__v": 123,
"geoId": "<string>",
"hasPostCode": true,
"postalCodeFormat": "<string>",
"currencyCode": "<string>",
"east": 123,
"north": 123,
"south": 123,
"west": 123
}
],
"success": true
}Show child attributes
Was this page helpful?