REST Countries · Example Payload

Error 401 Unauthorized

CountriesGeographyWorld DataFlagsCurrenciesLanguagesPopulation

Error 401 Unauthorized is an example object payload from REST Countries, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errors

Example Payload

Raw ↑
{
  "errors": [
    {
      "message": "Authorization key required."
    }
  ]
}