# Share Travel Info Get link to share travel information easily. Endpoint: POST /information/share Version: 2.0.0 Security: oAuth, bearerAuth ## Request fields (application/json): - `language` (string) Enum: "de", "en", "fr", "it", "nl", "pl", "es", "pt", "ru", "bg", "cs", "da", "el", "fi", "hu", "nb", "ro", "sk", "sl", "sv", "tr" - `destinations` (array) Simple query: json { "destinations": ["FR", "ES"] } Specifying destination type: json { "destinations": [ {"destination": "FR","type": "travel"}, {"destination": "ES", "type": "transit"} ] } For cruise query: json { "cruise_compass_cruise_id": "111-2222-33", "destinations": [ {"destination": "FR","type": "pre-stay"}, {"destination": "ES", "type": "follow-up"} ] } - `nationalities` (array) Example: ["TR","ZA","AE"] - `states` (array) Example: ["BE","BW"] - `show_country_info` (boolean,null) Specify if country information should be shown to visitors. Example: true - `trip` (object) - `trip.name` (string) Example: "Trip Name" - `trip.start_date` (string) Example: "2020-01-01" - `trip.end_date` (string) Example: "2020-01-01" - `trip.reference` (string,null) - `trip.note` (string,null) - `tour_operators` (array) - `individual_contents` (array) - `cover_media` (string) Selects cover media to be displayed on the enduser link. Use UUID retrieved from /travel-details/media endpoint. - `subscribe` (array) - `subscribe.email_address` (string) - `subscribe.language` (string) Language to use for emails sent to traveller. Enum: "de", "en", "fr", "it", "nl", "pl", "es", "pt", "ru", "bg", "cs", "da", "el", "fi", "hu", "nb", "ro", "sk", "sl", "sv", "tr" ## Response 200 fields (application/json): - `url` (string) A unique link with access to requested information. - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response.