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

Path Parameters

key
string
required

Response

200 - application/json

Product

key
string
Example:

"chpr_01h..."

name
string
slug
string | null
yachtName
string | null