Skip to main content
GET
/
v1
/
admin
/
charters
/
yachts
List yachts
curl --request GET \
  --url https://{operatorDomain}/v1/admin/charters/yachts \
  --header 'Authorization: Bearer <token>'
[
  {
    "key": "chyc_01h...",
    "name": "<string>",
    "cabins": 123
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of yachts

key
string
Example:

"chyc_01h..."

name
string
cabins
integer | null