Skip to main content
GET
/
v1
/
public
/
cruises
/
{slug}
Get cruise by slug
curl --request GET \
  --url https://{operatorDomain}/v1/public/cruises/{slug}
{
  "slug": "norwegian-fjords",
  "name": "<string>",
  "shipName": "<string>",
  "leadPrice": 123,
  "currency": "EUR"
}

Path Parameters

slug
string
required

Response

200 - application/json

Cruise

slug
string
Example:

"norwegian-fjords"

name
string
shipName
string | null
leadPrice
integer | null

Minor units

currency
string
Example:

"EUR"