SkillHub
Referenceorgs

Create a checkout session

POST
/orgs/{orgHandle}/billing/checkout

Path Parameters

orgHandle*string
Lengthlength <= 64

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/orgs/string/billing/checkout" \  -H "Content-Type: application/json" \  -d '{    "planId": "string",    "interval": "monthly"  }'
{  "url": "http://example.com"}