Skip to main content
POST
Start a subscription

Authorizations

Authorization
string
header
required

An API key (klk_...) or a Clerk session token. Both resolve to the same account and behave identically.

Body

application/json

Which plan to subscribe to, and how often to bill it. starter is A$19/month for 100 new links per billing cycle; unlimited is A$49/month or A$490/year with no per-cycle cap. Both include custom domains, scan analytics and teammates — the plans differ only in volume. Defaults to unlimited billed monthly. The starter plan is monthly only; asking for it yearly is a 400.

plan
enum<string>
Available options:
starter,
unlimited
interval
enum<string>
Available options:
monthly,
yearly

Response

A Checkout URL to send the customer to.

url
string<uri>
required

Send the customer here to complete payment.