POST
/
v1
/
stripe
/
subscription
/
existing-customer
/
upgrade-to-pro
curl --request POST \
  --url https://api.helicone.ai/v1/stripe/subscription/existing-customer/upgrade-to-pro \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "addons": {
    "evals": true,
    "experiments": true,
    "prompts": true,
    "alerts": true
  },
  "seats": 123,
  "ui_mode": "embedded"
}'
"<string>"

Authorizations

authorization
string
header
required

Body

application/json
addons
object
seats
number
ui_mode
enum<string>
Available options:
embedded,
hosted

Response

200 - application/json
Ok

The response is of type string.