Skip to main content
POST
/
v1
/
admin
/
catalog
/
cruise-price
Lowest live cruise price
curl --request POST \
  --url https://{operatorDomain}/v1/admin/catalog/cruise-price \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cruiseId": "<string>"
}
'
{
  "fromAmountMinor": 123,
  "currency": "<string>"
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Body

application/json
cruiseId
string
required
Minimum string length: 1

Response

200 - application/json

Price

fromAmountMinor
integer | null
currency
string | null