Skip to main content
GET
/
v1
/
public
/
charters
/
yachts
/
{key}
Get yacht
curl --request GET \
  --url https://{operatorDomain}/v1/public/charters/yachts/{key}
{
  "key": "chyc_01h...",
  "name": "<string>",
  "cabins": 123
}

Path Parameters

key
string
required

Response

200 - application/json

Yacht detail

key
string
Example:

"chyc_01h..."

name
string
cabins
integer | null