/
SC
schematichq
/
Schematic API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 33m ago · Updated 3d ago
Details
Filter operations
accesstokens
1
accounts
19
billing
21
get
List coupons
post
Upsert billing coupon
post
Upsert billing customer
get
List customers with subscriptions
get
Count customers
get
List invoices
post
Upsert invoice
get
List meters
post
Upsert billing meter
get
List payment methods
post
Upsert payment method
delete
Delete payment method by external ID
get
List billing prices
post
Upsert billing price
delete
Delete billing product
get
List billing product prices
delete
Delete product price
post
Upsert billing product
get
List billing products
get
Count billing products
post
Upsert billing subscription
checkout
7
companies
36
components
7
componentspublic
1
credits
32
dataexports
2
entitlements
22
events
6
features
17
insights
6
integrationsapi
9
planbundle
3
plangroups
3
planmigrations
8
plans
18
scheduledcheckout
4
webhooks
9
billing
Upsert billing coupon
post
/billing/coupons
Request body
CreateCouponRequestBody
required
amount_off
integer
required
currency
string
nullable
duration
string
required
duration_in_months
integer
required
external_id
string
required
max_redemptions
integer
required
name
string
required
percent_off
number
required
times_redeemed
integer
required
Response
Created
object
required
data
BillingCouponResponseData
required
params
object
required
Input parameters
Changes