---
title: "Create Portal Session"
method: POST
path: "/v0/billing/portal-session"
tags: ["Billing"]
---

# Create Portal Session

`POST /v0/billing/portal-session`

Create a Stripe Customer Portal session for the authenticated user / org.

Returns the portal URL.  The caller must have previously completed a
checkout (i.e. a Stripe customer must exist on the billing account).

## Response `200`

Portal session created

- PortalSessionResponse — Response from the portal-session endpoint.
  - `url` string, required

## Other responses

- `404` — No Stripe customer found
- `500` — Stripe configuration error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
