# Create Link Creates Travel Detail Link which can be shared with travellers to allow them to check destinations' entry requirements. > {% icon name="solid circle-info" size="2em" color="var(--admonition-warning-icon-color)" /%} Requires access to customer.travel_detail_link.create feature . Endpoint: POST /travel-details/share Version: 2.0.0 Security: oAuth, bearerAuth ## 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.