GET
/
countries
/
curl --request GET \
  --url https://sandbox.prezio.eu/api/countries/
[
  {
    "id": 123,
    "name": "<string>",
    "code": "<string>"
  }
]

Query Parameters

A search term.

Response

200
application/json

The response is of type object[].