Salable developer platform
Salable offers subscription based access to features within your product through per-seat, flat rate or usage-based pricing models. Monetise your application in record time!
Developer quickstart
Make your first API request in minutes. Learn the basics of the Salable platform.
Get startedjavascript
| 1 | const response = await fetch( |
| 2 | "https://api.salable.app/subscriptions", |
| 3 | { |
| 4 | method: "POST", |
| 5 | headers: { |
| 6 | "x-api-key": process.env.SALABLE_API_KEY, |
| 7 | "Content-Type": "application/json", |
| 8 | }, |
| 9 | body: JSON.stringify({ |
| 10 | planId: "plan_01ABC123", |
| 11 | owner: "user_123", |
| 12 | successUrl: "https://myapp.com/success", |
| 13 | }), |
| 14 | } |
| 15 | ); |
| 16 | |
| 17 | const { checkoutUrl } = await response.json(); |
Pricing models
Start building
Take payments
Create checkouts to monetise subscriptions
Lock features
Control feature access based on subscriptions
Flexible seat assignment
Assign a seat to any entity that works for your product
Upgrade and downgrade
Change a subscription's plan, updating features and cost
Seat management
Easily update a subscription's seat quantity
Charge for usage
Update a subscription's consumption
Update customer cards
Change cards that are about to expire
Invoices
See full subscription invoice history