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

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of ships

key
string
Example:

"crsh_01h..."

name
string