# - Overview Get Overview of Entry Requirements for destinations as HTML, JSON or a PDF document. Use: \ .../content/overview/html - to show content in a web browser / HTML viewer. \ .../content/overview/json - to show your own content based on data. \ .../content/overview/pdf - to save & share content for offline viewing. Endpoint: POST /content/overview/{type} Version: 2.0.0 Security: oAuth, bearerAuth ## Path parameters: - `type` (any, required) Enum: "html", "json", "pdf" ## Query parameters: - `lang` (string) Language code for response content. Enum: "de", "en", "fr", "it", "nl", "pl", "es", "pt", "ru", "bg", "cs", "da", "el", "fi", "hu", "nb", "ro", "sk", "sl", "sv", "tr" - `destinations` (string) Comma separated list of destination country codes. Example: "ES,FR,IT" - `nationalities` (string) Comma separated list of travellers' nationality codes. Example: "DE,AT" - `target_device` (string) Send this parameter if the content is to be displayed on a device with limited screen space. Enum: "mobile" ## Response 401 fields