/
RM
rmfg
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
checkout
1
designs
9
dropship
12
post
Request Access
get
Get Account
get
Get Activity
patch
Update Contact
post
Create Api Key
post
Request Item
post
Create Setup Intent
post
Confirm Setup Intent
post
Retry Failed Charges
get
List Endpoints
post
Create Endpoint
delete
Delete Endpoint
dropship-v1
7
images
6
materials
1
quotes
4
utils
1
dropship
Create Endpoint
Creates a webhook endpoint. The signing secret is returned once.
post
/dropship/webhook-endpoints
Request body
DropshipWebhookEndpointCreate
required
url
string
required
events
string[]
nullable
Response
Successful Response
DropshipWebhookEndpoint
required
id
string
required
url
string
required
events
string[]
required
active
boolean
required
created_at
string
required
secret
string
nullable
Changes