/
RM
rmfg
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 17h ago
Details
Filter operations
checkout
1
designs
9
dropship
12
dropship-v1
7
get
List Items
get
List Dropship Orders
post
Create Dropship Order
get
Get Dropship Order
get
List Endpoints
post
Create Endpoint
delete
Delete Endpoint
images
6
materials
1
quotes
4
utils
1
dropship-v1
Create Endpoint
Creates a webhook endpoint. The signing secret is returned once.
post
/v1/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