Skip to main content
POST
/
v1
/
admin
/
cruises
/
voyage-groups
Create voyage group
curl --request POST \
  --url https://{operatorDomain}/v1/admin/cruises/voyage-groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "crvg_01h...",
  "name": "<string>"
}
'
{
  "id": "crvg_01h...",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Body

application/json
id
string
Example:

"crvg_01h..."

name
string

Response

201 - application/json

Created voyage group

id
string
Example:

"crvg_01h..."

name
string