POST
/
api
/
user
/
subscription
/
upgrade
Upgrade subscription
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/user/subscription/upgrade \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "billingCycle": "monthly",
  "successUrl": "<string>",
  "cancelUrl": "<string>"
}'

Authorizations

x-api-key
string
header
required

Body

application/json

Response

302

A redirect to the payment portal