---
title: "POST /billing/subscription/license/checkout"
method: POST
path: "/billing/subscription/license/checkout"
tags: ["billing"]
---

# POST /billing/subscription/license/checkout

`POST /billing/subscription/license/checkout`

Get checkout session url for a self-hosted license

## Request body

- object
  - `instanceId` string, required
  - `priceId` string, required
  - `quantity` number, required
  - `successUrl` string
  - `cancelUrl` string
  - `clientReferenceId` string

## Response `200`

Returns checkout session url about a self-hosted license.

- object
  - `url` string, nullable, required

---

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