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

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of voyage groups

id
string
Example:

"crvg_01h..."

name
string