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

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

A search term.

Response

200
application/json

The response is of type object[].