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

Response

200 - application/json

List of voyages

key
string
Example:

"chvy_01h..."

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