Skip to main content
GET
/
v1
/
public
/
charters
List charter products
curl --request GET \
  --url https://{operatorDomain}/v1/public/charters
[
  {
    "key": "chpr_01h...",
    "name": "<string>",
    "slug": "<string>",
    "yachtName": "<string>"
  }
]

Response

200 - application/json

List of products

key
string
Example:

"chpr_01h..."

name
string
slug
string | null
yachtName
string | null