Skip to content

Create Portal Session

POST
/billing/portal
curl --request POST \
--url https://api.mengi.cloud/billing/portal

Redirect to manage subscription. Mollie doesn’t have a built-in portal like Stripe, so we handle this in our own UI. For now, return our billing management page.

Successful Response

Media type application/json
PortalSessionResponse
object
portal_url
required
Portal Url
string
Example generated
{
"portal_url": "example"
}