---
title: "Get Stripe Customer Portal URL"
method: GET
path: "/product/manage-subscription"
tags: ["Phone Numbers"]
---

# Get Stripe Customer Portal URL

`GET /product/manage-subscription`

Returns a time-limited Stripe Customer Portal URL the user can open to manage their subscription (update payment method, view invoices, etc.). Returns an empty object if the organization isn't on a Stripe-backed plan.

## Response `200`

Successful response

- object
  - `status` boolean
  - `data` object
    - `url` string, uri — Time-limited Stripe Customer Portal URL. Empty object if not applicable.

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/c2d0eb64b01a/schema)
