billing
internal

Create a checkout session

post/api/billing/checkout

Request body

urlstring required

Response

Checkout session URL

datastring
errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.3"
  }
}

Changes