Skip to main content
GET
/
locations
/
countries
Countries
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
}

Response

200 - application/json
msg
string
required
data
object[]
required
success
boolean
required