Skip to main content
GET
/
v1
/
admin
/
cruises
/
prices
List prices
curl --request GET \
  --url https://{operatorDomain}/v1/admin/cruises/prices \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "crpr_01h...",
    "sailingKey": "<string>",
    "cabinCategoryId": "<string>",
    "amount": 123,
    "currency": "EUR"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of prices

id
string
Example:

"crpr_01h..."

sailingKey
string
cabinCategoryId
string | null
amount
integer

Minor units

currency
string
Example:

"EUR"