Skip to main content
GET
/
v1
/
public
/
charters
/
voyages
/
{key}
Get charter voyage
curl --request GET \
  --url https://{operatorDomain}/v1/public/charters/voyages/{key}
{
  "key": "chvy_01h...",
  "startDate": "2023-12-25",
  "endDate": "2023-12-25",
  "suites": [
    {}
  ],
  "schedule": [
    {}
  ]
}

Path Parameters

key
string
required

Response

200 - application/json

Voyage detail

key
string
Example:

"chvy_01h..."

startDate
string<date>
endDate
string<date> | null
suites
object[]
schedule
object[]