curl --request POST \
--url https://api.skyvern.com/api/v1/billing/portal{
"url": "<string>"
}Create a Stripe Customer Portal session for managing subscription.
Frontend should redirect the user to the returned URL. The portal allows users to:
curl --request POST \
--url https://api.skyvern.com/api/v1/billing/portal{
"url": "<string>"
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Successful Response