---
title: "Create customer portal"
method: POST
path: "/subscriptions/{subscription_id}/customer_portal"
tags: ["Subscriptions - Customer Portal"]
---

# Create customer portal

`POST /subscriptions/{subscription_id}/customer_portal`

Creates a customer portal for a subscription. If a portal already exists, returns the existing one.

## Path parameters

- `subscription_id` string, required

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Response `201`

Customer portal created successfully

## Other responses

- `401` — authentication error
- `404` — not found entity
- `422` — parameter validation error

---

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