---
title: "Get customer portal link"
method: GET
path: "/user/portal"
tags: ["user-portal"]
---

# Get customer portal link

`GET /user/portal`

Create a Stripe customer portal session link for the authenticated user.

Use this endpoint to send users into self-serve billing management.

Behavior:
- Reuses existing Stripe customer link when present.
- If missing, creates a Stripe customer record using account/profile + address data.
- Returns a fresh customer portal URL for immediate redirect.

Failure mode:
- Returns `404` if the upstream user account cannot be resolved.

## Response `200`

Stripe customer portal URL

- PortalLink — Temporary login link for the Stripe customer portal
  - `url` string, uri, required — Link to the Stripe customer portal

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/6367b514f6ea/schema)
