---
title: "Generate Customer Links"
method: POST
path: "/v1/customers/billing"
tags: ["Customers"]
---

# Generate Customer Links

`POST /v1/customers/billing`

Generate a customer portal link for managing billing, subscriptions, and payment methods.

## Request body

- CreateCustomerPortalLinkRequestEntity
  - `customer_id` string, required — Unique identifier of the customer.

## Response `200`

Successfully generated customer links

- CustomerLinksEntity
  - `customer_portal_link` string, required — Customer portal link.

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist

---

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