Skip to main content
GET
/
v1
/
public
/
cruises
/
ships
/
{key}
Get ship
curl --request GET \
  --url https://{operatorDomain}/v1/public/cruises/ships/{key}
{
  "key": "crsh_01h...",
  "name": "<string>",
  "decks": [
    {}
  ]
}

Path Parameters

key
string
required

Response

200 - application/json

Ship detail

key
string
Example:

"crsh_01h..."

name
string
decks
object[]